'Declaration
Public Property ExportState As PdfOptionalContentGroupExportState
'Usage
Dim instance As PdfOptionalContentGroup Dim value As PdfOptionalContentGroupExportState instance.ExportState = value value = instance.ExportState
public PdfOptionalContentGroupExportState ExportState {get; set;}
public: property PdfOptionalContentGroupExportState ExportState { PdfOptionalContentGroupExportState get(); void set ( PdfOptionalContentGroupExportState value); }