Class FormFieldOptions
Namespace: Aspose.Pdf.Plugins
Assembly: Aspose.PDF.dll (25.4.0)
Represents Field options. Base class for PdfFormFieldCreateOptions and PdfFormFillFieldOptions.
public abstract class FormFieldOptions
Inheritance
Derived
FormFieldCreateOptions , FormFieldSetOptions
Inherited Members
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
FormFieldOptions()
protected FormFieldOptions()
Fields
Highlighting
Gets/sets the value to determine property Highlighting for created/modified field (if will be set).
public HighlightingMode? Highlighting
Field Value
Properties
AlternateName
Gets/sets the value to determine property AlternateName for created/modified field (if will be set).
public string AlternateName { get; set; }
Property Value
Color
Gets/sets the value to determine property Color for created/modified field (if will be set).
public Color Color { get; set; }
Property Value
Contents
Gets/sets the value to determine property Contents for created/modified field (if will be set).
public string Contents { get; set; }
Property Value
DefaultAppearance
Gets/sets the value to determine property DefaultAppearance for created/modified field (if will be set).
public DefaultAppearance DefaultAppearance { get; set; }
Property Value
Exportable
Gets/sets the value to determine whether created/modified field is exportable or not (if will be set).
public bool? Exportable { get; set; }
Property Value
bool ?
FitIntoRectangle
Gets/sets the value to determine whether created/modified field is fit into rectangle or not (if will be set).
public bool? FitIntoRectangle { get; set; }
Property Value
bool ?
Flags
Gets/sets the value to determine property Flags for created/modified field (if will be set).
public AnnotationFlags? Flags { get; set; }
Property Value
IsSharedField
Gets/sets the value to determine whether created/modified field is shared field or not (if will be set).
public bool? IsSharedField { get; set; }
Property Value
bool ?
MappingName
Gets/sets the value to determine property MappingName for created/modified field (if will be set).
public string MappingName { get; set; }
Property Value
MaxFontSize
Gets/sets the value to determine property MaxFontSize for created/modified field (if will be set).
public double? MaxFontSize { get; set; }
Property Value
double ?
MinFontSize
Gets/sets the value to determine property MinFontSize for created/modified field (if will be set).
public double? MinFontSize { get; set; }
Property Value
double ?
Name
Gets/sets the value to determine property Name for created/modified field (if will be set).
public string Name { get; set; }
Property Value
PartialName
Gets/sets the value to determine property PartialName for created/modified field (if will be set).
public string PartialName { get; set; }
Property Value
ReadOnly
Gets/sets the value to determine whether created/modified field is read only or not (if will be set).
public bool? ReadOnly { get; set; }
Property Value
bool ?
Required
Gets/sets the value to determine whether created/modified field is required or not (if will be set).
public bool? Required { get; set; }
Property Value
bool ?
TextHorizontalAlignment
Gets/sets the value to determine property TextHorizontalAlignment for created/modified field (if will be set).
public HorizontalAlignment? TextHorizontalAlignment { get; set; }
Property Value
UpdateAppearanceOnConvert
Gets/sets the value to determine whether created/modified field is update appearance on convert or not (if will be set).
public bool? UpdateAppearanceOnConvert { get; set; }
Property Value
bool ?
UseFontSubset
Gets/sets the value to determine whether created/modified field is use font subset or not (if will be set).
public bool? UseFontSubset { get; set; }
Property Value
bool ?
Value
Gets/sets the value to determine property Value for created/modified field (if will be set).
public string Value { get; set; }