Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Actions Namespace / ActionFieldsBase Class / ExcludeSpecifiedFields Property

In This Topic
    ExcludeSpecifiedFields Property
    In This Topic
    Gets or sets a value indicating whether the fields specified by the Fields list should be excluded for processing. By default this property is false, which means that the fields in the list are processed. If this property is set to true, the fields in the list are excluded from processing.
    Syntax
    'Declaration
     
    Public Property ExcludeSpecifiedFields As System.Boolean
    public System.bool ExcludeSpecifiedFields {get; set;}
    See Also