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