ClassPortfolioField
Class
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.
FieldType
Gets the type of data stored in this field.
Declaration
cs-api-definition
public PortfolioFieldType FieldType { get; }
Property Value
IsEditable
Gets or sets a value indicating whether the PDF viewer should support editing this field value. Default value is false.
IsVisible
Gets or sets a value indicating whether this field is visible in the user interface. Default value is true.
Key
Gets the unique key identifying this field in the schema. This key is used to associate field values with embedded files.