'Declaration
Public Function IsPortFolio( _ ByRef Portfolio As Boolean, _ ByRef FirstFileIdx As Integer, _ ByRef ViewMode As PdfPortFolioType _ ) As GdPictureStatus
public GdPictureStatus IsPortFolio( ref bool Portfolio, ref int FirstFileIdx, ref PdfPortFolioType ViewMode )
public function IsPortFolio( var Portfolio: Boolean; var FirstFileIdx: Integer; var ViewMode: PdfPortFolioType ): GdPictureStatus;
public function IsPortFolio( Portfolio : boolean, FirstFileIdx : int, ViewMode : PdfPortFolioType ) : GdPictureStatus;
public: GdPictureStatus IsPortFolio( ref bool Portfolio, ref int FirstFileIdx, ref PdfPortFolioType ViewMode )
public: GdPictureStatus IsPortFolio( bool% Portfolio, int% FirstFileIdx, PdfPortFolioType% ViewMode )
Parameters
- Portfolio
- Output parameter. true if the current PDF file is a PDF Portfolio, otherwise false.
- FirstFileIdx
- Output parameter. The index of that embedded file, which is initially presented in the user interface on opening the PDF Portfolio.
The return value is -1 if the initial document is the one that contains the collection (the source document), otherwise the return value is between 0 and GdPicturePDF.GetEmbeddedFileCount-1.
- ViewMode
- Output parameter. A member of the PdfPortFolioType enumeration. The view mode you can view the component files in.
Return Value
We strongly recommend always checking this status first.