SignDocSDK Class Library
SignDocSDK Class Library
de.softpro.signdocsdk
SignDocDocument Class
SignDocDocument Methods
addAnnotation Method
addAttachmentBlob Method
addAttachmentFile Method
addField Method
addImageFromBlob Method
addImageFromFile Method
addPage Method
addSignature Method
addText Method
addTextRect Method
addWatermark Method
applyFdf Method
changeAttachmentDescription Method
checkAttachment Method
clearAllSignatures Method
clearApprovalSignatures Method
clearSignature Method
computeZoom Method
convCanvasPointToPagePoint Method
convPagePointToCanvasPoint Method
copyAsSignedToStream Method
copyToStream Method
createFreeTextAnnotation Method
createLineAnnotation Method
createScribbleAnnotation Method
createSignatureParameters Method
createSignatureParametersForTimeStamp Method
Dispose Method
exportFields Method
exportProperties Method
findText Method
flattenAnnotations Method
flattenField Method
flattenFields Method
getAnnotation Method
getAnnotations Method
getAttachment Method
getAttachmentBlob Method
getAttachments Method
getAttachmentStream Method
getAvailableMethods Method
getBitsPerPixel Method
getBooleanProperty Method
getConversionFactorX Method
getConversionFactorY Method
getDocMDP Method
getField Method
getFields Method
getFieldsOfPage Method
getFlags Method
getIntegerProperty Method
getLastTimestamp Method
getLockMDP Method
getPageCount Method
getPageHeight Method
getPageLabel Method
getPageWidth Method
getPathname Method
getProfiles Method
getProperties Method
getRenderedSize Method
getRequiredSaveToFileFlags Method
getResolutionX Method
getResolutionY Method
getSaveToFileFlags Method
getSaveToStreamFlags Method
getShootInFoot Method
getSignature Method
getSignatureCount Method
getStringProperty Method
getTextFieldAttributes Method
getType Method
importPageFromImageBlob Method
importPageFromImageFile Method
importPages Method
importProperties Method
isModified Method
removeAnnotation Method
removeAttachment Method
removeDocMDP Method
removeField Method
removeLogicalStructure Method
removePages Method
removePDFA Method
removePDFUA Method
removePermissions Method
removeProperty Method
removeXFA Method
renderPageAsImage Method
saveToFile Method
saveToStream Method
setBooleanProperty Method
setCompatibility Method
setCompressionLevel Method
setField Method
setFlags Method
setIntegerProperty Method
setShootInFoot Method
setStringProperty Method
setTextFieldAttributes Method
updateDSS Method
updateDSS2 Method
verifySignature Method
verifySignature2 Method
SignDocDocument
addAnnotation Method
Add an annotation to a page. See SignDocAnnotation for details.
Namespace:
de.softpro.signdocsdk
Assembly:
SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
Copy
public
void
addAnnotation
(
int
page
,
SignDocAnnotation
annotation
)
Parameters
page
Type:
System
Int32
The page number (1 for the first page).
annotation
Type:
de.softpro.signdocsdk
SignDocAnnotation
The new annotation.
See Also
Reference
SignDocDocument Class
de.softpro.signdocsdk Namespace