FSPDF_GRAPHSTATE Struct Reference

Structure for PDF graph states. More...

#include <fpdf_pageobjects_r.h>

Public Attributes

FS_INT32 blendMode
 Blend mode for transparent imaging model. More...
 
FS_FLOAT lineWidth
 Line width.
 
FS_INT32 lineJoin
 Line join style. More...
 
FS_FLOAT miterLimit
 The miter limit for line join.
 
FS_INT32 lineCap
 Line cap style. More...
 
FS_FLOAT dashPhase
 Dash phase for line dash pattern.
 
FS_INT32 dashCount
 Length of the dash array.
 
FS_FLOAT dashArray [16]
 Dash array for line dash pattern.
 

Detailed Description

Structure for PDF graph states.

Member Data Documentation

FS_INT32 FSPDF_GRAPHSTATE::blendMode

Blend mode for transparent imaging model.

Please refer to macro definitions FSCRT_RENDERERBLEND_XXX and this should be one of these macros.

FS_INT32 FSPDF_GRAPHSTATE::lineCap

Line cap style.

Please refer to macro definitions FSCRT_LINECAP_XXX and this should be one of these macros.

FS_INT32 FSPDF_GRAPHSTATE::lineJoin

Line join style.

Please refer to macro definitions FSCRT_LINEJOIN_XXX and this should be one of these macros.


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

Foxit Corporation