A Sandcastle Documented Class Library
A Sandcastle Documented Class Library
ComPDFKit.PDFAnnotation
CPDFAnnotation Class
CPDFAnnotation Methods
AddCopyAnnotToPage Method
CopyAnnot Method
CreatePopup Method
CreateReplyAnnotation Method
CreateReplyStateAnnotation Method
GetAuthor Method
GetBorderWidth Method
GetContent Method
GetCreationDate Method
GetFlags Method
GetIsHidden Method
GetIsLocked Method
GetIsReadOnly Method
GetModifyDate Method
GetPopup Method
GetRect Method
GetReplies Method
GetReplyTitle Method
GetRotation Method
GetSourceRect Method
GetState Method
GetTextAttribute Method
GetTransparency Method
IsMarkedStateAnnot Method
IsMeasured Method
IsReplyAnnot Method
IsReviewStateAnnot Method
IsValid Method
ReleaseAnnot Method
ReleaseCopyAnnot Method
RemoveAnnot Method
RenderAnnot Method
SetAuthor Method
SetBorderWidth Method
SetContent Method
SetCreationDate Method
SetFlags Method
SetIsHidden Method
SetIsLocked Method
SetIsReadOnly Method
SetMarkedAnnotState Method
SetModifyDate Method
SetRect Method
SetReplyAnnotation Method
SetReplyTitle Method
SetReviewAnnotState Method
SetSourceRect Method
SetState Method
SetTextAttribute Method
SetTransparency Method
UpdateAp Method
UpdateApNoRotation Method
UpdateApWithBitmap Method
UpdateApWithImage Method
CPDFAnnotation
AddCopyAnnotToPage Method
Add the copied comments to the PDF page
Namespace:
ComPDFKit.PDFAnnotation
Assembly:
ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 3.0.0+4b8ae91508c7f16ebf511129b42dfd307f45e350
Syntax
C#
Copy
public
static
CPDFAnnotation
AddCopyAnnotToPage
(
CPDFPage
targetPage
,
CPDFAnnotation
copyAnnot
)
Parameters
targetPage
Type:
ComPDFKit.PDFPage
CPDFPage
the destination page
copyAnnot
Type:
ComPDFKit.PDFAnnotation
CPDFAnnotation
the annotation for copying
Return Value
Type:
CPDFAnnotation
the annotation added to the page
See Also
Reference
CPDFAnnotation Class
ComPDFKit.PDFAnnotation Namespace