VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms.AppearanceGenerators Namespace / PdfCheckBoxSymbolFieldAppearanceGenerator Class
Constructors Properties Methods SeeAlso
In This Topic
    PdfCheckBoxSymbolFieldAppearanceGenerator Class Members
    In This Topic
    The following tables list the members exposed by PdfCheckBoxSymbolFieldAppearanceGenerator.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets or sets the symbol that is used as checked symbol.
    Public PropertyGets or sets the background color in "Down" state. (Inherited from PdfCheckBoxFieldAppearanceGenerator)
    Public PropertyGets or sets the border color in 'Down' state. (Inherited from PdfCheckBoxFieldAppearanceGenerator)
    Public PropertyGets or sets the border width in 'Down' state. (Inherited from PdfCheckBoxFieldAppearanceGenerator)
    Public PropertyGets or sets the check marker color in 'Down' state. (Inherited from PdfCheckBoxFieldAppearanceGenerator)
    Public PropertyGets or sets the font of appearance generator. (Inherited from PdfWidgetAnnotationAppearanceGenerator)
    Public PropertyGets or sets the font size. (Inherited from PdfWidgetAnnotationAppearanceGenerator)
    Public PropertyGets or sets a value indicating whether "Down" appearance must be generated. (Inherited from PdfCheckBoxFieldAppearanceGenerator)
    Public PropertyGets or sets a value indicating whether 'Normal' appearance must be generated. (Inherited from PdfCheckBoxFieldAppearanceGenerator)
    Public PropertyGets or sets a value indicating whether "Rollover" appearance must be generated. (Inherited from PdfCheckBoxFieldAppearanceGenerator)
    Public PropertyGets or sets the highlighting mode. (Inherited from PdfWidgetAnnotationAppearanceGenerator)
    Public PropertyGets or sets the background color in 'Normal' state. (Inherited from PdfCheckBoxFieldAppearanceGenerator)
    Public PropertyGets or sets the border color in 'Normal' state. (Inherited from PdfCheckBoxFieldAppearanceGenerator)
    Public PropertyGets or sets the border width in 'Normal' state. (Inherited from PdfCheckBoxFieldAppearanceGenerator)
    Public PropertyGets or sets the check marker color in "Normal" state. (Inherited from PdfCheckBoxFieldAppearanceGenerator)
    Public PropertyGets or sets the background color in "Rollover" state. (Inherited from PdfCheckBoxFieldAppearanceGenerator)
    Public PropertyGets or sets the border color of in 'Rollover' state. (Inherited from PdfCheckBoxFieldAppearanceGenerator)
    Public PropertyGets or sets the border width in 'Rollover' state. (Inherited from PdfCheckBoxFieldAppearanceGenerator)
    Public PropertyGets or sets the check marker color in 'Rollover' state. (Inherited from PdfCheckBoxFieldAppearanceGenerator)
    Public PropertyGets or sets the text color. (Inherited from PdfWidgetAnnotationAppearanceGenerator)
    Public PropertyGets or sets the symbol that is used as unchecked symbol.
    Protected Properties
     NameDescription
    Protected PropertyGets the temporary document that stores temporary resources (fonts, images,...). (Inherited from PdfAnnotationAppearanceGenerator)
    Public Methods
     NameDescription
    Public MethodDetermines whether this appearance generator can set an appearance of specified annotation. (Inherited from PdfWidgetAnnotationAppearanceGenerator)
    Public MethodCreates a new object that is a copy of the current instance.
    Public Methodstatic (Shared in Visual Basic)Creates the line cap. (Inherited from PdfAnnotationAppearanceGenerator)
    Public MethodReturns the default rectangle of annotation.
    Public MethodReturns the padding that is required for correct generation of annotation appearance. (Inherited from PdfAnnotationAppearanceGenerator)
    Public MethodLoads the properties of appearance generator from annotation. (Inherited from PdfWidgetAnnotationAppearanceGenerator)
    Public MethodSets the annotation rectangle. (Inherited from PdfAnnotationAppearanceGenerator)
    Public MethodSets the appearance of specified annotation. (Inherited from PdfCheckBoxFieldAppearanceGenerator)
    Protected Methods
     NameDescription
    Protected MethodCalculates the annotation rectangle. (Inherited from PdfAnnotationAppearanceGenerator)
    Protected MethodCopies the state of the current object to the target object.
    Protected Methodstatic (Shared in Visual Basic)Draws a 3D border rectangle on specified graphics. (Inherited from PdfWidgetAnnotationAppearanceGenerator)
    Protected MethodDraws a background and border.
    Protected MethodDraws the check marker.
    Protected MethodReturns the font for the specified document. (Inherited from PdfWidgetAnnotationAppearanceGenerator)
    Protected MethodSets the opacity on specified PDF graphics. (Inherited from PdfAnnotationAppearanceGenerator)
    See Also