VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfAnnotationXfdfCodec Class
Constructors Properties Methods Events SeeAlso
In This Topic
    PdfAnnotationXfdfCodec Class Members
    In This Topic
    The following tables list the members exposed by PdfAnnotationXfdfCodec.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the PdfAnnotationXfdfCodec class.
    Public Properties
     NameDescription
    Public PropertyGets or sets the relative or absolute path to the PDF file that is written to/read from XFDF file.
    Public Methods
     NameDescription
    Public MethodOverloaded. Exports PDF annotations from specified PDF pages to the provided stream.
    Public MethodOverloaded. Imports PDF annotations from specified stream to the specified PDF pages.
    Protected Methods
     NameDescription
    Protected MethodAdds the annotation to the specified page. (Inherited from PdfAnnotationCodec)
    Protected MethodReturns a value indicating whether PDF annotation must be serialized.
    Protected MethodRaises the AnnotationDeserialized event. (Inherited from PdfAnnotationCodec)
    Public Events
     NameDescription
    Public EventOccurs when PDF annotation was deserialized. (Inherited from PdfAnnotationCodec)
    See Also