Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / SaveAsImageOptions Class / DrawFormFields Property

In This Topic
    DrawFormFields Property
    In This Topic
    Gets or sets a value indicating whether to render form fields. The default is true.
    Syntax
    'Declaration
     
    Public Property DrawFormFields As System.Boolean
    public System.bool DrawFormFields {get; set;}
    See Also