VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Processing Namespace / PdfPageRemoveAnnotationsCommand Class
Constructors Properties Methods Fields SeeAlso
In This Topic
    PdfPageRemoveAnnotationsCommand Class Members
    In This Topic
    The following tables list the members exposed by PdfPageRemoveAnnotationsCommand.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)An array that contains all PDF annotation types.
    Public Fieldstatic (Shared in Visual Basic)An array that contains PDF markup annotation types.
    Public Fieldstatic (Shared in Visual Basic)An array that contains PDF non-markup annotation types.
    Public Properties
     NameDescription
    Public PropertyGets a value indicating whether this processing command can modify target object. (Inherited from ProcessingCommand<TTarget>)
    Public PropertyGets a value indicating whether this processing command supports multithreading. (Inherited from ProcessingCommand<TTarget>)
    Public PropertyGets the name of processing command.
    Public PropertyGets the set that contains PDF annotation types that must be removed.
    Public PropertyGets the type of the target of processing command. (Inherited from ProcessingCommand<TTarget>)
    Public Methods
     NameDescription
    Public MethodAdds specified annotation types to the RemovingAnnotationTypes.
    Public MethodDetermines whether this processing command can be applied to the specified PDF page.
    Public MethodOverloaded. Create retargeted command with specified target type. (Inherited from ProcessingCommand<TTarget>)
    Public MethodOverloaded. Executes processing command on the specified .
    Public MethodReturns a value indicating whether RemovingAnnotationTypes contains all elements from annotationTypes array.
    Public MethodRemoves specified annotation types from RemovingAnnotationTypes.
    Public MethodReturns a string representation of this object. (Inherited from ProcessingCommand<TTarget>)
    See Also