ImageGear .NET v25.0 - Updated
PaintOp Property




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEPath Class : PaintOp Property
Gets or sets the fill and stroke attributes of a path.
Syntax
'Declaration
 
Public Property PaintOp As ImGearPDEPathOpFlags
'Usage
 
Dim instance As ImGearPDEPath
Dim value As ImGearPDEPathOpFlags
 
instance.PaintOp = value
 
value = instance.PaintOp
public ImGearPDEPathOpFlags PaintOp {get; set;}
public: __property ImGearPDEPathOpFlags get_PaintOp();
public: __property void set_PaintOp( 
   ImGearPDEPathOpFlags value
);
public:
property ImGearPDEPathOpFlags PaintOp {
   ImGearPDEPathOpFlags get();
   void set (    ImGearPDEPathOpFlags value);
}

Property Value

ImGearPDEPathOpFlags enumeration value.
See Also

Reference

ImGearPDEPath Class
ImGearPDEPath Members
ImGearPDEPathOpFlags Enumeration