Enum pfcDotsPerInch
# include <pfcWindow.h>
enum pfcDotsPerInch
{
pfcRASTERDPI_100,
pfcRASTERDPI_200,
pfcRASTERDPI_300,
pfcRASTERDPI_400,
pfcRASTERDPI_500,
pfcRASTERDPI_600,
pfcDotsPerInch_nil
};
Description
This enumerated type lists the dots per inch of the output image.
Values
-
pfcRASTERDPI_100
-
-
pfcRASTERDPI_200
-
-
pfcRASTERDPI_300
-
-
pfcRASTERDPI_400
-
-
pfcRASTERDPI_500
-
-
pfcRASTERDPI_600
-
-
pfcDotsPerInch_nil
- Enum null value.