'Declaration
Public Property HatchType As PDFHatchType
'Usage
Dim instance As PDFSCAnnotation Dim value As PDFHatchType instance.HatchType = value value = instance.HatchType
public PDFHatchType HatchType {get; set;}
public: __property PDFHatchType get_HatchType(); public: __property void set_HatchType( PDFHatchType value );
public: property PDFHatchType HatchType { PDFHatchType get(); void set ( PDFHatchType value); }