XFINIUM.PDF Documentation
Folder Property



Gets or sets the folder.
Syntax
'Declaration
 
Public Property Folder As PdfPortfolioFolder
'Usage
 
Dim instance As PdfPortfolioItem
Dim value As PdfPortfolioFolder
 
instance.Folder = value
 
value = instance.Folder
public PdfPortfolioFolder Folder {get; set;}
public:
property PdfPortfolioFolder^ Folder {
   PdfPortfolioFolder^ get();
   void set (    PdfPortfolioFolder^ value);
}

Property Value

The folder that this PdfPortfolioItem belongs to.
Remarks
The portfolio item will be displayed in the root of the portfolio if it does not belong to a folder.
Requirements

Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfPortfolioItem Class
PdfPortfolioItem Members

Send Feedback