'Declaration
Public Overloads Function PortFolioCreate( _ ByVal FirstFileToShowIdx As Integer, _ ByVal ViewMode As PdfPortFolioType _ ) As GdPictureStatus
public GdPictureStatus PortFolioCreate( int FirstFileToShowIdx, PdfPortFolioType ViewMode )
public function PortFolioCreate( FirstFileToShowIdx: Integer; ViewMode: PdfPortFolioType ): GdPictureStatus;
public function PortFolioCreate( FirstFileToShowIdx : int, ViewMode : PdfPortFolioType ) : GdPictureStatus;
public: GdPictureStatus PortFolioCreate( int FirstFileToShowIdx, PdfPortFolioType ViewMode )
public: GdPictureStatus PortFolioCreate( int FirstFileToShowIdx, PdfPortFolioType ViewMode )
Parameters
- FirstFileToShowIdx
- The 0-based index of that embedded file, which is initially presented in the user interface on opening the PDF Portfolio. It must be a value from 0 to GdPicturePDF.GetEmbeddedFileCount-1.
- ViewMode
- A member of the PdfPortFolioType enumeration. Sets the view mode users can view the component files in.
Return Value
A member of the GdPictureStatus enumeration. If the method has been successfully followed, then the return value is GdPictureStatus.OK.
We strongly recommend always checking this status first.