Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.11.1
LEADTOOLS Raster Imaging C DLL Help

RASTERIZEDOC_UNIT

Show in webframe

typedef enum
{
   RASTERIZEDOC_UNIT_PIXEL,
   RASTERIZEDOC_UNIT_INCH,
   RASTERIZEDOC_UNIT_MILLIMETER
} RASTERIZEDOC_UNIT;

The RASTERIZEDOC_UNIT enumeration is used to specify the unit of a document page width, height or margins. By using this enumeration, you can define document (logical) size in pixels, inches or millimeters.

Member

Description

RASTERIZEDOC_UNIT_PIXEL

The page width, height or margins are in pixels.

RASTERIZEDOC_UNIT_INCH

The page width, height or margins are in inches.

RASTERIZEDOC_UNIT_MILLIMETER

The page width, height or margins are in millimeters.

Comments

The RASTERIZEDOC_UNIT enumeration is used as the value for the following structure members:

Structure Member

Units

FILEINFO.uDocUnit

As the units for FILEINFO.dDocPageWidth and FILEINFO.dDocPageHeight.

RASTERIZEDOCOPTIONS.uUnit

As the units for RASTERIZEDOCOPTIONS.dPageWidth, RASTERIZEDOCOPTIONS.dPageHeight, RASTERIZEDOCOPTIONS.dLeftMargin, RASTERIZEDOCOPTIONS.dTopMargin, RASTERIZEDOCOPTIONS.dRightMargin, RASTERIZEDOCOPTIONS.dBottomMargin

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.