[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Actions.ActionFieldsBase.ExcludeSpecifiedFields

ExcludeSpecifiedFields Property

ExcludeSpecifiedFields

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.

Declaration
public bool ExcludeSpecifiedFields { get; set; }
Public Property ExcludeSpecifiedFields As Boolean