ImageGear for .NET
SetData Method
See Also  Send Feedback
ImageGear21.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEPath Class : SetData Method




data
Integer array, which is a variable-sized array of path operators and operands. The format is a 32-bit operator followed by 0 to 3 ImGearPDFFixedPoint values, depending on the operator. Operators are codes for moveto, lineto, curveto, rect, or closepath operators and must be one of ImGearPDEPathElementType. Operands are ImGearPDFFixedPoint values.

Glossary Item Box

Sets new path data for a path element.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

data
Integer array, which is a variable-sized array of path operators and operands. The format is a 32-bit operator followed by 0 to 3 ImGearPDFFixedPoint values, depending on the operator. Operators are codes for moveto, lineto, curveto, rect, or closepath operators and must be one of ImGearPDEPathElementType. Operands are ImGearPDFFixedPoint values.

See Also

©2013. Accusoft Corporation. All Rights Reserved.