PdfColorFromPattern(PdfPattern) Method |
Namespace: SautinSoft.Pdf.ContentAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.5.5
Syntaxpublic static PdfColor FromPattern(
PdfPattern pattern
)
Public Shared Function FromPattern (
pattern As PdfPattern
) As PdfColor
Parameters
- pattern PdfPattern
- The pattern.
Return Value
PdfColor
A new
PdfColor structure in
Pattern color space created by using the specified
PdfPattern.
Exceptions
See Also