Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfDrawMode? PaintMode { get; }
VB
Public ReadOnly Property PaintMode As PdfDrawMode?
Get
Property Value
Type:
Nullable<
PdfDrawMode>
Can be
null if path produces no painting operations.
For example, path is used for clipping only (
ClipMode !=
null).
See Also