PdfSharp-WPF
1.31.7289
|
Classes | |
class | PdfAnnotation |
Represents the base class of all annotations. More... | |
class | PdfAnnotations |
Represents the annotations array of a page. More... | |
class | PdfGenericAnnotation |
Represents a generic annotation. Used for annotation dictionaries unknown to PDFsharp. | |
class | PdfLinkAnnotation |
Represents a link annotation. More... | |
class | PdfRubberStampAnnotation |
Represents a rubber stamp annotation. More... | |
class | PdfTextAnnotation |
Represents a text annotation. More... | |
class | PdfWidgetAnnotation |
Represents a text annotation. | |
Enumerations | |
enum class | PdfAnnotationFlags { Invisible = 1 << (1 - 1) , Hidden = 1 << (2 - 1) , Print = 1 << (3 - 1) , NoZoom = 1 << (4 - 1) , NoRotate = 1 << (5 - 1) , NoView = 1 << (6 - 1) , ReadOnly = 1 << (7 - 1) , Locked = 1 << (8 - 1) , ToggleNoView = 1 << (9 - 1) } |
Specifies the annotation flags. More... | |
enum class | PdfRubberStampAnnotationIcon { NoIcon , Approved , AsIs , Confidential , Departmental , Draft , Experimental , Expired , Final , ForComment , ForPublicRelease , NotApproved , NotForPublicRelease , Sold , TopSecret } |
Specifies the predefined icon names of rubber stamp annotations. More... | |
enum class | PdfTextAnnotationIcon { NoIcon , Comment , Help , Insert , Key , NewParagraph , Note , Paragraph } |
Specifies the pre-defined icon names of text annotations. More... | |
|
strong |
Specifies the annotation flags.
Specifies the predefined icon names of rubber stamp annotations.
|
strong |
Specifies the pre-defined icon names of text annotations.