Class
PortfolioField

Represents a field in a PDF Portfolio schema that defines a column of metadata for embedded files.

Definition

Namespace:Telerik.Windows.Documents.Fixed.Model.Collections

Assembly:Telerik.Windows.Documents.Fixed.dll

Syntax:

cs-api-definition
public class PortfolioField

Inheritance: objectPortfolioField

Properties

DisplayName

Gets or sets the display name shown to the user in the PDF viewer.

Declaration

cs-api-definition
public string DisplayName { get; set; }

Property Value

string

FieldType

Gets the type of data stored in this field.

Declaration

cs-api-definition
public PortfolioFieldType FieldType { get; }

Property Value

PortfolioFieldType

IsEditable

Gets or sets a value indicating whether the PDF viewer should support editing this field value. Default value is false.

Declaration

cs-api-definition
public bool IsEditable { get; set; }

Property Value

bool

IsVisible

Gets or sets a value indicating whether this field is visible in the user interface. Default value is true.

Declaration

cs-api-definition
public bool IsVisible { get; set; }

Property Value

bool

Key

Gets the unique key identifying this field in the schema. This key is used to associate field values with embedded files.

Declaration

cs-api-definition
public string Key { get; }

Property Value

string

Order

Gets or sets the relative display order of this field in the user interface. Fields are sorted by the viewer in ascending order of this value.

Declaration

cs-api-definition
public int Order { get; set; }

Property Value

int