AnnGetBitmapDpiY method (Annotation Control)
Builder Syntax |
int AnnGetBitmapDpiY(HANNOBJECT hObject, double &dBitmapDpiY); |
Delphi Syntax |
Function AnnGetBitmapDpiY(hObject: HANNOBJECT; var dBitmapDpiY: L_DOUBLE): L_INT; |
Overview |
Refer to Obtaining Annotation Object Information. |
Remarks
(Document/Medical only) Gets the vertical Bitmap DPI (dots per inch) that is used to translate the vertical distance for an automation or ruler object.
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