In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF / SetOCGExportState Method

SetOCGExportState Method (GdPicturePDF)

In This Topic
Syntax
'Declaration

 

Public Function SetOCGExportState( _

   ByVal OCGId As Integer, _

   ByVal ExportState As PdfOcgState _

) As GdPictureStatus
public GdPictureStatus SetOCGExportState( 

   int OCGId,

   PdfOcgState ExportState

)
public function SetOCGExportState( 

    OCGId: Integer;

    ExportState: PdfOcgState

): GdPictureStatus; 
public function SetOCGExportState( 

   OCGId : int,

   ExportState : PdfOcgState

) : GdPictureStatus;
public: GdPictureStatus SetOCGExportState( 

   int OCGId,

   PdfOcgState ExportState

) 
public:

GdPictureStatus SetOCGExportState( 

   int OCGId,

   PdfOcgState ExportState

) 

Parameters

OCGId
ExportState
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF
GdPicturePDF Members