C# 클래스 iTextSharp.text.pdf.intern.PdfAnnotationsImp

파일 보기 프로젝트 열기: mapo80/iTextSharp-Monotouch 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
acroForm iTextSharp.text.pdf.PdfAcroForm
annotations List
delayedAnnotations List

공개 메소드들

메소드 설명
AddAnnotation ( PdfAnnotation annot ) : void
AddCalculationOrder ( PdfFormField formField ) : void
AddPlainAnnotation ( PdfAnnotation annot ) : void
ConvertAnnotation ( PdfWriter writer, Annotation annot, Rectangle defaultRect ) : PdfAnnotation
HasUnusedAnnotations ( ) : bool
HasValidAcroForm ( ) : bool
PdfAnnotationsImp ( PdfWriter writer ) : System
ResetAnnotations ( ) : void
RotateAnnotations ( PdfWriter writer, Rectangle pageSize ) : PdfArray

비공개 메소드들

메소드 설명
AddFormFieldRaw ( PdfFormField field ) : void

메소드 상세

AddAnnotation() 공개 메소드

public AddAnnotation ( PdfAnnotation annot ) : void
annot iTextSharp.text.pdf.PdfAnnotation
리턴 void

AddCalculationOrder() 공개 메소드

public AddCalculationOrder ( PdfFormField formField ) : void
formField iTextSharp.text.pdf.PdfFormField
리턴 void

AddPlainAnnotation() 공개 메소드

public AddPlainAnnotation ( PdfAnnotation annot ) : void
annot iTextSharp.text.pdf.PdfAnnotation
리턴 void

ConvertAnnotation() 공개 정적인 메소드

public static ConvertAnnotation ( PdfWriter writer, Annotation annot, Rectangle defaultRect ) : PdfAnnotation
writer iTextSharp.text.pdf.PdfWriter
annot iTextSharp.text.Annotation
defaultRect iTextSharp.text.Rectangle
리턴 iTextSharp.text.pdf.PdfAnnotation

HasUnusedAnnotations() 공개 메소드

public HasUnusedAnnotations ( ) : bool
리턴 bool

HasValidAcroForm() 공개 메소드

public HasValidAcroForm ( ) : bool
리턴 bool

PdfAnnotationsImp() 공개 메소드

public PdfAnnotationsImp ( PdfWriter writer ) : System
writer iTextSharp.text.pdf.PdfWriter
리턴 System

ResetAnnotations() 공개 메소드

public ResetAnnotations ( ) : void
리턴 void

RotateAnnotations() 공개 메소드

public RotateAnnotations ( PdfWriter writer, Rectangle pageSize ) : PdfArray
writer iTextSharp.text.pdf.PdfWriter
pageSize iTextSharp.text.Rectangle
리턴 iTextSharp.text.pdf.PdfArray

프로퍼티 상세

acroForm 보호되어 있는 프로퍼티

protected PdfAcroForm,iTextSharp.text.pdf acroForm
리턴 iTextSharp.text.pdf.PdfAcroForm

annotations 보호되어 있는 프로퍼티

protected List annotations
리턴 List

delayedAnnotations 보호되어 있는 프로퍼티

protected List delayedAnnotations
리턴 List