Determines whether the file is a portfolio.
public bool IsPortfolio {get;}
Public ReadOnly Property IsPortfolio() As Boolean
Get
public:
property bool IsPortfolio
{
bool get()
}
true if the file is a portfolio; otherwise, false.
A PDF file can be created as a portfolio which contains multiple files assembled into an integrated unit. It can contain any number of attachments as well as a schema to control how to view the document.
In these types of documents, the file contains a single generic help page with text such as "For the best experience, open this PDF portfolio in a compatible viewer". The value of IsPortfolio will be true if the file is a PDF portfolio. It is up to the application to determine further handling of the file.
The number of attachments are stored in AttachmentCount.
For an example, refer to ReadAttachments.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document