AnnGetBitmapDpiX method (Annotation Control)
Builder Syntax |
int AnnGetBitmapDpiX(HANNOBJECT hObject, double &dBitmapDpiX); |
Delphi Syntax |
Function AnnGetBitmapDpiX(hObject: HANNOBJECT; var dBitmapDpiX: L_DOUBLE): L_INT; |
Overview |
Refer to Obtaining Annotation Object Information. |
Remarks
(Document/Medical only) Gets the horizontal Bitmap DPI (dots per inch) that is used to translate the horizontal distance for an annotation automation or annotation ruler objects.
Bitmap DPI applies only to Automation and Ruler objects. For more information on automation objects, refer to Annotation Automation Object. For more information on ruler objects, refer to Ruler Annotation Object.
See Also