'Declaration
Public Property Type As PdfContentStreamOperatorType
'Usage
Dim instance As PdfContentStreamOperator Dim value As PdfContentStreamOperatorType instance.Type = value value = instance.Type
public PdfContentStreamOperatorType Type {get; set;}
public: property PdfContentStreamOperatorType Type { PdfContentStreamOperatorType get(); void set ( PdfContentStreamOperatorType value); }