Autorization

Login:
Password:
Remember me on this computer
  Forgot your password?
  Register

Subscribe

Modify subscription
VersyPDF API Reference
ContentsIndexHome
PreviousUpNext
Graphic State Operations

A PDF viewer application maintains an internal data structure called the graphics state that holds current graphic control parameters. These parameters define the global framework within which the graphics operators execute. For example, the Fill operator implicitly uses the current color parameter, and the Stroke operator additionally uses the current line width parameter from the graphics state. The graphics state is initialized at the beginning of each page.

 
Name 
Description 
 
This function resets the dash pattern back to none, i.e., solid line. 
 
This function sets both filling and stroking color to the specified values. 
 
The line dash pattern controls the pattern of dashes and gaps used to stroke paths. 
 
This function sets filling color to the specified values . 
 
The flatness tolerance controls the maximum permitted distance in device pixels between the mathematically correct path and an approximation constructed with straight line segments. 
 
This procedure sets the current line width to the value specified in points. 
 
This function sets stroking color to the specified values. 
 
This function restores the entire graphics state to its former value by popping it from the stack. 
 
This function pushes a copy of the entire graphics state onto the stack. 
 
Specifies line cap style. 
 
The SetLineJoin method sets the line join for this PaintBox. 
 
The SetMiterLimit method sets the miter limit of this PaintBox object. 
 
This function sets extended graphic state which can be created with function PDFExtGraphicStateNew
Copyright (c) 2004 - 2006. All rights reserved.
What do you think about this topic? Send feedback!
Copyright ©2004 - 2006 Sybrex Systems Ltd. All Rights Reserved.