API Reference
Class
PdfPortfolioField
Describes one standard property column in a generated document portfolio.
Inheritance
- Object
- PdfPortfolioField
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property PdfPortfolioOptions.Fields
Accepted by parameters
- Method PdfPortfolioOptions.SetField
Constructors
public PdfPortfolioField(PdfPortfolioFieldKind kind, String displayName, Int32 order = 0) #Creates a portfolio field for a standard embedded-file property.
Parameters
- kind OfficeIMO.Pdf.PdfPortfolioFieldKind
- displayName System.String
- order System.Int32 = 0
Inherited Methods
Properties
public PdfPortfolioFieldKind Kind { get; } #Standard embedded-file property represented by this field.
public String DisplayName { get; set; } #Localized field label displayed by a compatible viewer.
public Int32 Order { get; set; } #Zero-based display order.
public Boolean Visible { get; set; } #Whether compatible viewers should show the field.
public Boolean Editable { get; set; } #Whether compatible viewers may edit the field.