ColoredTilingPen Class
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Represents a colored tiling pen.
Inheritance Hierarchy
Bytescout.PDFPen
Bytescout.PDFColoredTilingPen
Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.3.0.623-master
Syntax
The ColoredTilingPen type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ColoredTilingPen | Initializes a new instance of the Bytescout.PDF.ColoredTilingPen class. |
Properties
Name | Description | |
---|---|---|
![]() | Canvas | Gets the canvas of the pattern cell. |
![]() | DashPattern | Gets or sets the line dash pattern. (Overrides PenDashPattern.) |
![]() | LineCap | Gets or sets the line cap of this pen. (Overrides PenLineCap.) |
![]() | LineJoin | Gets or sets the line join style of this pen. (Overrides PenLineJoin.) |
![]() | MiterLimit | Gets or sets the miter limit. (Overrides PenMiterLimit.) |
![]() | Opacity | Gets or sets the opacity value in percent. (Overrides PenOpacity.) |
![]() | PatternHeight | Gets the height of pattern cells. |
![]() | PatternWidth | Gets the width of pattern cells. |
![]() | TilingType | Gets or sets the Bytescout.PDF.TilingType value specifying the adjustments to the spacing of tiles relative to the device pixel grid. |
![]() | Width | Gets or sets the width of this pen. (Overrides PenWidth.) |
![]() | XStep | Gets or sets the desired horizontal spacing between pattern cells, measured in the pattern coordinate system. |
![]() | YStep | Gets or sets the desired vertical spacing between pattern cells, measured in the pattern coordinate system. |
Methods
Name | Description | |
---|---|---|
![]() | Clone | Allows the creation of a shallow copy of this Bytescout.PDF.ColoredTilingPen. (Overrides PenClone.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
See Also