Aspose::Pdf::Vector Namespace Reference

Namespaces

 Extraction
 

Classes

class  GraphicElement
 Represents base class for graphics object on the page. More...
 
class  GraphicElementCollection
 Represents GraphicElement collection. More...
 
class  GraphicsAbsorber
 Represents an absorber object of graphics elements. Performs graphics search and provides access to search results via GraphicsAbsorber::Elements collection. More...
 
class  GraphicState
 Represents graphic state of the current GraphicElement. More...
 
class  NamespaceDoc
 The Aspose.Pdf.Vector is a root namespace for graphics operations. More...
 
class  SubPath
 Represents vector graphics object on the page. Basically, vector graphics objects are represented by two groups of SubPaths. One of them is represented by a set of lines and curves. Others are presented as rectangles and can sometimes be confused. Usually it is a rectangular area that has a color, but very often this rectangle is placed at the beginning of the page and defines the entire space of the page in white. So you get the SubPath, but visually you only see the text on the page. More...
 
class  XFormPlacement
 Represents XForm placement. If the XForm is displayed on the page more than 1 time, all XformPlacements associated with this XForm will have common graphical elements, but different graphical states. More...