LibreOffice
LibreOffice 7.4 SDK API Reference
Public Attributes | List of all members
DeviceInfo Struct Referencepublished

contains information about a device. More...

import"DeviceInfo.idl";

Public Attributes

long Width
 contains the width of the device in pixels. More...
 
long Height
 contains the height of the device in pixels. More...
 
long LeftInset
 contains the inset from the left. More...
 
long TopInset
 contains the inset from the top. More...
 
long RightInset
 contains the inset from the right. More...
 
long BottomInset
 contains the inset from the bottom. More...
 
double PixelPerMeterX
 contains the X-axis resolution of the device in pixel/meter. More...
 
double PixelPerMeterY
 contains the Y-axis resolution of the device in pixel/meter. More...
 
short BitsPerPixel
 contains the color-depth of the device. More...
 
long Capabilities
 specifies special operations which are possible on the device. More...
 

Detailed Description

contains information about a device.

Member Data Documentation

◆ BitsPerPixel

short BitsPerPixel

contains the color-depth of the device.

◆ BottomInset

long BottomInset

contains the inset from the bottom.

◆ Capabilities

long Capabilities

specifies special operations which are possible on the device.

See also
DeviceCapability

◆ Height

long Height

contains the height of the device in pixels.

◆ LeftInset

long LeftInset

contains the inset from the left.

◆ PixelPerMeterX

double PixelPerMeterX

contains the X-axis resolution of the device in pixel/meter.

◆ PixelPerMeterY

double PixelPerMeterY

contains the Y-axis resolution of the device in pixel/meter.

◆ RightInset

long RightInset

contains the inset from the right.

◆ TopInset

long TopInset

contains the inset from the top.

◆ Width

long Width

contains the width of the device in pixels.


The documentation for this struct was generated from the following file: