Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.75 KB

File metadata and controls

20 lines (17 loc) · 1.75 KB

GraphInfo

Represents graphics info.

Properties

Name Type Description Notes
line_width double Gets or sets a float value that indicates the line width of the graph. [optional]
color \Aspose\PDF\Model\Color Gets or sets a Color object that indicates the color of the graph. [optional]
dash_array int[] Gets or sets a dash array. [optional]
dash_phase int Gets or sets a dash phase. [optional]
fill_color \Aspose\PDF\Model\Color Gets or sets a Color object that indicates the fill color of the graph. [optional]
is_doubled bool Gets or sets is border doubled. [optional]
skew_angle_x double Gets or sets a float value that indicates the skew angle of the x-coordinate when transforming a coordinate system. [optional]
skew_angle_y double Gets or sets a float value that indicates the skew angle of the y-coordinate when transforming a coordinate system. [optional]
scaling_rate_x double Gets or sets a float value that indicates the scaling rate of the x-coordinate when transforming a coordinate system. [optional]
scaling_rate_y double Gets or sets a float value that indicates the scaling rate of the y-coordinate when transforming a coordinate system. [optional]
rotation_angle double Gets or sets a float value that indicates the rotation angle of the coordinate system when transforming a coordinate system. [optional]

[Back to Model list] [Back to API list] [Back to README] [View Source]