'Declaration Public Function New( _
ByVal controllerThe annotation data controller.As Vintasoft.Imaging.Annotation.AnnotationDataController, _
ByVal pdfEncoderThe PDF encoder.As Vintasoft.Imaging.Codecs.Encoders.PdfEncoder _
)
public PdfPageSignatureManager(
Vintasoft.Imaging.Annotation.AnnotationDataController controller,
Vintasoft.Imaging.Codecs.Encoders.PdfEncoder pdfEncoder
)
public: PdfPageSignatureManager(
Vintasoft.Imaging.Annotation.AnnotationDataController* controller,
Vintasoft.Imaging.Codecs.Encoders.PdfEncoder* pdfEncoder
)
public:
PdfPageSignatureManager(
Vintasoft.Imaging.Annotation.AnnotationDataController^ controller,
Vintasoft.Imaging.Codecs.Encoders.PdfEncoder^ pdfEncoder
)
Parameters
- controller
- The annotation data controller.
- pdfEncoder
- The PDF encoder.