PdfAnnotationsImp Public class
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf.intern iTextSharp.text.pdf.intern.PdfAnnotationsImp[[PdfAnnotationsImp]] end
Members
Properties
Public properties
|
Type |
Name |
Methods |
|---|---|---|
|
|
|
|
|
|
|
|
Methods
Public methods
|
Returns |
Name |
|---|---|
|
|
(
annot) |
|
|
(
formField) |
|
|
(
annot) |
|
|
() |
|
|
() |
|
|
() |
|
|
(
writer,
pageSize) |
Public Static methods
|
Returns |
Name |
|---|---|
|
|
(
writer,
annot,
defaultRect) |
Details
Constructors
PdfAnnotationsImp
Source code
public PdfAnnotationsImp(PdfWriter writer)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
writer |
Methods
HasValidAcroForm
Source code
public virtual bool HasValidAcroForm()
AddCalculationOrder
Source code
public virtual void AddCalculationOrder(PdfFormField formField)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
formField |
AddAnnotation
Source code
public virtual void AddAnnotation(PdfAnnotation annot)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
annot |
AddPlainAnnotation
Source code
public virtual void AddPlainAnnotation(PdfAnnotation annot)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
annot |
HasUnusedAnnotations
Source code
public virtual bool HasUnusedAnnotations()
ResetAnnotations
Source code
public virtual void ResetAnnotations()
RotateAnnotations
Source code
public virtual PdfArray RotateAnnotations(PdfWriter writer, Rectangle pageSize)
Arguments
ConvertAnnotation
Source code
public static PdfAnnotation ConvertAnnotation(PdfWriter writer, Annotation annot, Rectangle defaultRect)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
writer |
|
|
|
annot |
|
|
|
defaultRect |
Properties
AcroForm
public virtual PdfAcroForm AcroForm { get; }
SigFlags
public virtual int SigFlags { set; }
Generated with ModularDoc