Expand Minimize
This topic has not yet been rated - Rate this topic

D2D1_PRINT_CONTROL_PROPERTIES structure

The creation properties for a ID2D1PrintControl object.

Syntax


struct D2D1_PRINT_CONTROL_PROPERTIES {
  D2D1_PRINT_FONT_SUBSET_MODE fontSubset;
  FLOAT                       rasterDPI;
  D2D1_COLOR_SPACE            colorSpace;
};

Members

fontSubset

Type: D2D1_PRINT_FONT_SUBSET_MODE

The mode to use for subsetting fonts for printing, defaults to D2D1_PRINT_FONT_SUBSET_MODE_DEFAULT.

rasterDPI

Type: FLOAT

DPI for rasterization of all unsupported Direct2D commands or options, defaults to 150.0.

colorSpace

Type: D2D1_COLOR_SPACE

Color space for vector graphics, defaults to D2D1_COLOR_SPACE_SRGB.

Requirements

Minimum supported client

Windows 8 and Platform Update for Windows 7 [desktop apps | Windows Store apps]

Minimum supported server

Windows Server 2012 and Platform Update for Windows Server 2008 R2 [desktop apps | Windows Store apps]

Header

D2D1_1.h

Type library

D2D1.lib

 

 

Send comments about this topic to Microsoft

Build date: 11/29/2012

Community Additions

ADD
© 2013 Microsoft. All rights reserved.