Click or drag to resize

CPDFAnnotationRenderAnnot Method (Int32, Int32, IntPtr, CPDFAppearanceType)

Renders contents of the annotation to image.

Namespace:  ComPDFKit.PDFAnnotation
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public void RenderAnnot(
	int width,
	int height,
	IntPtr bmp_data,
	CPDFAppearanceType type = CPDFAppearanceType.Normal
)

Parameters

width
Type: SystemInt32
Annotation width
height
Type: SystemInt32
Annotation height
bmp_data
Type: SystemIntPtr
Image data handle
type (Optional)
Type: ComPDFKit.PDFAnnotationCPDFAppearanceType
Appearance type
See Also