Pdf |
The PdfFillFormat type exposes the following members.
| Name | Description | |
|---|---|---|
| Color | Gets or sets the fill color. Initial value: Black. | |
| IsApplied | Gets or sets a value indicating whether the current PDF textual or geometrical content is filled. Initial value: for PdfPathContent; otherwise, . | |
| Opacity | Gets or sets the fill opacity. Initial value: 1.0. | |
| Rule | Gets or sets the rule used to specify the interior of the PDF textual or geometrical content that is filled. Initial value: NonzeroWindingNumber. |
The PdfFillFormat is always applicable to PdfFormContent, is applicable to PdfTextContent and PdfPathContent if IsApplied is , and is not applicable to any other PdfVisualContentElement. The Opacity is, additionally, applicable to PdfImageContent and PdfShadingContent.
If the PdfFillFormat is not applicable, then fill-related graphics state parameters won't be written when writing the associated PdfVisualContentElement to the underlying content stream.