diff --git a/content/sites/aspose/page/english/python-net/_index.md b/content/sites/aspose/page/english/python-net/_index.md index f0ff06c94eff..78b565583500 100644 --- a/content/sites/aspose/page/english/python-net/_index.md +++ b/content/sites/aspose/page/english/python-net/_index.md @@ -12,6 +12,9 @@ is_root: true | Module | Description | | :- | :- | | [`aspose.page`](/page/python-net/aspose.page) | The **Aspose.Page** is a root namespace for all classes of Aspose.Page library which are either directly in it like **Device** or indirectly through several subnamespaces. | +| [`aspose.page.drawing`](/page/python-net/aspose.page.drawing) | The **Aspose.Page.Drawing** is a root namespace for System.Drawing wrapper classes. | +| [`aspose.page.drawing.drawing2d`](/page/python-net/aspose.page.drawing.drawing2d) | The **Aspose.Page.Drawing.Drawing2D** is a root namespace for System.Drawing.Drawing2D wrapper classes. | +| [`aspose.page.drawing.imaging`](/page/python-net/aspose.page.drawing.imaging) | The **Aspose.Page.Drawing.Imaging** is a root namespace for System.Drawing.Imaging wrapper classes. | | [`aspose.page.eps`](/page/python-net/aspose.page.eps) | The **Aspose.Page.EPS** is a root namespace for all classes that deal with PS/EPS files. | | [`aspose.page.eps.device`](/page/python-net/aspose.page.eps.device) | The **Aspose.Page.EPS.Device** namespace provides classes of possible devices and save options that can be used
while converting PS/EPS to other formats. | | [`aspose.page.eps.xmp`](/page/python-net/aspose.page.eps.xmp) | The **Aspose.Page.EPS.XMP** namespace provides classes for reading, changing XMP metadata in EPS files. | @@ -22,7 +25,6 @@ is_root: true | [`aspose.page.xps.presentation`](/page/python-net/aspose.page.xps.presentation) | The **Aspose.Page.Xps.Presentation** namespace provides base classes for rendering XPS
document to other formats. | | [`aspose.page.xps.presentation.image`](/page/python-net/aspose.page.xps.presentation.image) | The **Aspose.Page.Xps.Presentation.Image** namespace provides classes for rendering XPS
document to an image. | | [`aspose.page.xps.presentation.pdf`](/page/python-net/aspose.page.xps.presentation.pdf) | The **Aspose.Page.Xps.Presentation.Pdf** namespace provides classes for rendering XPS
document to PDF document. | -| [`aspose.page.xps.presentation.ps`](/page/python-net/aspose.page.xps.presentation.ps) | The **Aspose.Page.Ps.Presentation.Ps** namespace provides classes for rendering XPS
document to PostScript. | | [`aspose.page.xps.xpsmetadata`](/page/python-net/aspose.page.xps.xpsmetadata) | The **Aspose.Page.Xps.XpsMetadata** namespace provides classes that describe metadata of XPS document. | | [`aspose.page.xps.xpsmodel`](/page/python-net/aspose.page.xps.xpsmodel) | The **Aspose.Page.Xps.XpsModel** namespace provides classes that describe elements of XPS document. | diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing.drawing2d/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing.drawing2d/_index.md new file mode 100644 index 000000000000..439f4f3b272c --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing.drawing2d/_index.md @@ -0,0 +1,18 @@ +--- +title: aspose.page.drawing.drawing2d +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 10 +url: /python-net/aspose.page.drawing.drawing2d/ +is_root: false +--- + +The **Aspose.Page.Drawing.Drawing2D** is a root namespace for System.Drawing.Drawing2D wrapper classes. + +### Enumerations +| Enumeration | Description | +| :- | :- | +| [`SmoothingMode`](/page/python-net/aspose.page.drawing.drawing2d/smoothingmode) | | + + diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing.drawing2d/smoothingmode/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing.drawing2d/smoothingmode/_index.md new file mode 100644 index 000000000000..3b2f0d36a944 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing.drawing2d/smoothingmode/_index.md @@ -0,0 +1,30 @@ +--- +title: SmoothingMode enumeration +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 10 +url: /python-net/aspose.page.drawing.drawing2d/smoothingmode/ +is_root: false +--- + +## SmoothingMode enumeration + + + +The SmoothingMode type exposes the following members: + +### Fields +| Field | Description | +| :- | :- | +| INVALID | | +| DEFAULT | | +| HIGH_SPEED | | +| HIGH_QUALITY | | +| NONE | | +| ANTI_ALIAS | | + + + +### See Also +* module [`aspose.page.drawing.drawing2d`](..) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing.imaging/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing.imaging/_index.md new file mode 100644 index 000000000000..7479ffc4a477 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing.imaging/_index.md @@ -0,0 +1,18 @@ +--- +title: aspose.page.drawing.imaging +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 10 +url: /python-net/aspose.page.drawing.imaging/ +is_root: false +--- + +The **Aspose.Page.Drawing.Imaging** is a root namespace for System.Drawing.Imaging wrapper classes. + +### Enumerations +| Enumeration | Description | +| :- | :- | +| [`ImageFormat`](/page/python-net/aspose.page.drawing.imaging/imageformat) | | + + diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing.imaging/imageformat/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing.imaging/imageformat/_index.md new file mode 100644 index 000000000000..428b633f9290 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing.imaging/imageformat/_index.md @@ -0,0 +1,29 @@ +--- +title: ImageFormat enumeration +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 10 +url: /python-net/aspose.page.drawing.imaging/imageformat/ +is_root: false +--- + +## ImageFormat enumeration + + + +The ImageFormat type exposes the following members: + +### Fields +| Field | Description | +| :- | :- | +| BMP | BMP image format. | +| JPEG | JPEG image format. | +| PNG | PNG image format. | +| GIF | GIF image format. | +| TIFF | TIFF image format. | + + + +### See Also +* module [`aspose.page.drawing.imaging`](..) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/_index.md new file mode 100644 index 000000000000..ca6394aa9a5a --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/_index.md @@ -0,0 +1,20 @@ +--- +title: aspose.page.drawing +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 10 +url: /python-net/aspose.page.drawing/ +is_root: false +--- + +The **Aspose.Page.Drawing** is a root namespace for System.Drawing wrapper classes. + +### Classes +| Class | Description | +| :- | :- | +| [`Color`](/page/python-net/aspose.page.drawing/color) | | +| [`Size`](/page/python-net/aspose.page.drawing/size) | Stores an ordered pair of integers, typically the width and height of a rectangle. | +| [`SizeF`](/page/python-net/aspose.page.drawing/sizef) | Stores an ordered pair of floating-point numbers, typically the width and height of a rectangle. | + + diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/__init__/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/__init__/_index.md new file mode 100644 index 000000000000..1c9f0b41b546 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/__init__/_index.md @@ -0,0 +1,28 @@ +--- +title: Color constructor +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 10 +url: /python-net/aspose.page.drawing/color/__init__/ +is_root: false +--- + +## __init__ {#} + +Constructs a new instance of Color + + + +```python +def __init__(self): + ... +``` + + + + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/_index.md new file mode 100644 index 000000000000..e50c091f799b --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/_index.md @@ -0,0 +1,194 @@ +--- +title: Color class +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 10 +url: /python-net/aspose.page.drawing/color/ +is_root: false +--- + +## Color class + + + +The Color type exposes the following members: + +### Constructors +| Constructor | Description | +| :- | :- | +| [__init__](/page/python-net/aspose.page.drawing/color/__init__/#) | Constructs a new instance of Color | + + +### Properties +| Property | Description | +| :- | :- | +| [transparent](/page/python-net/aspose.page.drawing/color/transparent) | | +| [alice_blue](/page/python-net/aspose.page.drawing/color/alice_blue) | | +| [antique_white](/page/python-net/aspose.page.drawing/color/antique_white) | | +| [aqua](/page/python-net/aspose.page.drawing/color/aqua) | | +| [aquamarine](/page/python-net/aspose.page.drawing/color/aquamarine) | | +| [azure](/page/python-net/aspose.page.drawing/color/azure) | | +| [beige](/page/python-net/aspose.page.drawing/color/beige) | | +| [bisque](/page/python-net/aspose.page.drawing/color/bisque) | | +| [black](/page/python-net/aspose.page.drawing/color/black) | | +| [blanched_almond](/page/python-net/aspose.page.drawing/color/blanched_almond) | | +| [blue](/page/python-net/aspose.page.drawing/color/blue) | | +| [blue_violet](/page/python-net/aspose.page.drawing/color/blue_violet) | | +| [brown](/page/python-net/aspose.page.drawing/color/brown) | | +| [burly_wood](/page/python-net/aspose.page.drawing/color/burly_wood) | | +| [cadet_blue](/page/python-net/aspose.page.drawing/color/cadet_blue) | | +| [chartreuse](/page/python-net/aspose.page.drawing/color/chartreuse) | | +| [chocolate](/page/python-net/aspose.page.drawing/color/chocolate) | | +| [coral](/page/python-net/aspose.page.drawing/color/coral) | | +| [cornflower_blue](/page/python-net/aspose.page.drawing/color/cornflower_blue) | | +| [cornsilk](/page/python-net/aspose.page.drawing/color/cornsilk) | | +| [crimson](/page/python-net/aspose.page.drawing/color/crimson) | | +| [cyan](/page/python-net/aspose.page.drawing/color/cyan) | | +| [dark_blue](/page/python-net/aspose.page.drawing/color/dark_blue) | | +| [dark_cyan](/page/python-net/aspose.page.drawing/color/dark_cyan) | | +| [dark_goldenrod](/page/python-net/aspose.page.drawing/color/dark_goldenrod) | | +| [dark_gray](/page/python-net/aspose.page.drawing/color/dark_gray) | | +| [dark_green](/page/python-net/aspose.page.drawing/color/dark_green) | | +| [dark_khaki](/page/python-net/aspose.page.drawing/color/dark_khaki) | | +| [dark_magenta](/page/python-net/aspose.page.drawing/color/dark_magenta) | | +| [dark_olive_green](/page/python-net/aspose.page.drawing/color/dark_olive_green) | | +| [dark_orange](/page/python-net/aspose.page.drawing/color/dark_orange) | | +| [dark_orchid](/page/python-net/aspose.page.drawing/color/dark_orchid) | | +| [dark_red](/page/python-net/aspose.page.drawing/color/dark_red) | | +| [dark_salmon](/page/python-net/aspose.page.drawing/color/dark_salmon) | | +| [dark_sea_green](/page/python-net/aspose.page.drawing/color/dark_sea_green) | | +| [dark_slate_blue](/page/python-net/aspose.page.drawing/color/dark_slate_blue) | | +| [dark_slate_gray](/page/python-net/aspose.page.drawing/color/dark_slate_gray) | | +| [dark_turquoise](/page/python-net/aspose.page.drawing/color/dark_turquoise) | | +| [dark_violet](/page/python-net/aspose.page.drawing/color/dark_violet) | | +| [deep_pink](/page/python-net/aspose.page.drawing/color/deep_pink) | | +| [deep_sky_blue](/page/python-net/aspose.page.drawing/color/deep_sky_blue) | | +| [dim_gray](/page/python-net/aspose.page.drawing/color/dim_gray) | | +| [dodger_blue](/page/python-net/aspose.page.drawing/color/dodger_blue) | | +| [firebrick](/page/python-net/aspose.page.drawing/color/firebrick) | | +| [floral_white](/page/python-net/aspose.page.drawing/color/floral_white) | | +| [forest_green](/page/python-net/aspose.page.drawing/color/forest_green) | | +| [fuchsia](/page/python-net/aspose.page.drawing/color/fuchsia) | | +| [gainsboro](/page/python-net/aspose.page.drawing/color/gainsboro) | | +| [ghost_white](/page/python-net/aspose.page.drawing/color/ghost_white) | | +| [gold](/page/python-net/aspose.page.drawing/color/gold) | | +| [goldenrod](/page/python-net/aspose.page.drawing/color/goldenrod) | | +| [gray](/page/python-net/aspose.page.drawing/color/gray) | | +| [green](/page/python-net/aspose.page.drawing/color/green) | | +| [green_yellow](/page/python-net/aspose.page.drawing/color/green_yellow) | | +| [honeydew](/page/python-net/aspose.page.drawing/color/honeydew) | | +| [hot_pink](/page/python-net/aspose.page.drawing/color/hot_pink) | | +| [indian_red](/page/python-net/aspose.page.drawing/color/indian_red) | | +| [indigo](/page/python-net/aspose.page.drawing/color/indigo) | | +| [ivory](/page/python-net/aspose.page.drawing/color/ivory) | | +| [khaki](/page/python-net/aspose.page.drawing/color/khaki) | | +| [lavender](/page/python-net/aspose.page.drawing/color/lavender) | | +| [lavender_blush](/page/python-net/aspose.page.drawing/color/lavender_blush) | | +| [lawn_green](/page/python-net/aspose.page.drawing/color/lawn_green) | | +| [lemon_chiffon](/page/python-net/aspose.page.drawing/color/lemon_chiffon) | | +| [light_blue](/page/python-net/aspose.page.drawing/color/light_blue) | | +| [light_coral](/page/python-net/aspose.page.drawing/color/light_coral) | | +| [light_cyan](/page/python-net/aspose.page.drawing/color/light_cyan) | | +| [light_goldenrod_yellow](/page/python-net/aspose.page.drawing/color/light_goldenrod_yellow) | | +| [light_green](/page/python-net/aspose.page.drawing/color/light_green) | | +| [light_gray](/page/python-net/aspose.page.drawing/color/light_gray) | | +| [light_pink](/page/python-net/aspose.page.drawing/color/light_pink) | | +| [light_salmon](/page/python-net/aspose.page.drawing/color/light_salmon) | | +| [light_sea_green](/page/python-net/aspose.page.drawing/color/light_sea_green) | | +| [light_sky_blue](/page/python-net/aspose.page.drawing/color/light_sky_blue) | | +| [light_slate_gray](/page/python-net/aspose.page.drawing/color/light_slate_gray) | | +| [light_steel_blue](/page/python-net/aspose.page.drawing/color/light_steel_blue) | | +| [light_yellow](/page/python-net/aspose.page.drawing/color/light_yellow) | | +| [lime](/page/python-net/aspose.page.drawing/color/lime) | | +| [lime_green](/page/python-net/aspose.page.drawing/color/lime_green) | | +| [linen](/page/python-net/aspose.page.drawing/color/linen) | | +| [magenta](/page/python-net/aspose.page.drawing/color/magenta) | | +| [maroon](/page/python-net/aspose.page.drawing/color/maroon) | | +| [medium_aquamarine](/page/python-net/aspose.page.drawing/color/medium_aquamarine) | | +| [medium_blue](/page/python-net/aspose.page.drawing/color/medium_blue) | | +| [medium_orchid](/page/python-net/aspose.page.drawing/color/medium_orchid) | | +| [medium_purple](/page/python-net/aspose.page.drawing/color/medium_purple) | | +| [medium_sea_green](/page/python-net/aspose.page.drawing/color/medium_sea_green) | | +| [medium_slate_blue](/page/python-net/aspose.page.drawing/color/medium_slate_blue) | | +| [medium_spring_green](/page/python-net/aspose.page.drawing/color/medium_spring_green) | | +| [medium_turquoise](/page/python-net/aspose.page.drawing/color/medium_turquoise) | | +| [medium_violet_red](/page/python-net/aspose.page.drawing/color/medium_violet_red) | | +| [midnight_blue](/page/python-net/aspose.page.drawing/color/midnight_blue) | | +| [mint_cream](/page/python-net/aspose.page.drawing/color/mint_cream) | | +| [misty_rose](/page/python-net/aspose.page.drawing/color/misty_rose) | | +| [moccasin](/page/python-net/aspose.page.drawing/color/moccasin) | | +| [navajo_white](/page/python-net/aspose.page.drawing/color/navajo_white) | | +| [navy](/page/python-net/aspose.page.drawing/color/navy) | | +| [old_lace](/page/python-net/aspose.page.drawing/color/old_lace) | | +| [olive](/page/python-net/aspose.page.drawing/color/olive) | | +| [olive_drab](/page/python-net/aspose.page.drawing/color/olive_drab) | | +| [orange](/page/python-net/aspose.page.drawing/color/orange) | | +| [orange_red](/page/python-net/aspose.page.drawing/color/orange_red) | | +| [orchid](/page/python-net/aspose.page.drawing/color/orchid) | | +| [pale_goldenrod](/page/python-net/aspose.page.drawing/color/pale_goldenrod) | | +| [pale_green](/page/python-net/aspose.page.drawing/color/pale_green) | | +| [pale_turquoise](/page/python-net/aspose.page.drawing/color/pale_turquoise) | | +| [pale_violet_red](/page/python-net/aspose.page.drawing/color/pale_violet_red) | | +| [papaya_whip](/page/python-net/aspose.page.drawing/color/papaya_whip) | | +| [peach_puff](/page/python-net/aspose.page.drawing/color/peach_puff) | | +| [peru](/page/python-net/aspose.page.drawing/color/peru) | | +| [pink](/page/python-net/aspose.page.drawing/color/pink) | | +| [plum](/page/python-net/aspose.page.drawing/color/plum) | | +| [powder_blue](/page/python-net/aspose.page.drawing/color/powder_blue) | | +| [purple](/page/python-net/aspose.page.drawing/color/purple) | | +| [red](/page/python-net/aspose.page.drawing/color/red) | | +| [rosy_brown](/page/python-net/aspose.page.drawing/color/rosy_brown) | | +| [royal_blue](/page/python-net/aspose.page.drawing/color/royal_blue) | | +| [saddle_brown](/page/python-net/aspose.page.drawing/color/saddle_brown) | | +| [salmon](/page/python-net/aspose.page.drawing/color/salmon) | | +| [sandy_brown](/page/python-net/aspose.page.drawing/color/sandy_brown) | | +| [sea_green](/page/python-net/aspose.page.drawing/color/sea_green) | | +| [sea_shell](/page/python-net/aspose.page.drawing/color/sea_shell) | | +| [sienna](/page/python-net/aspose.page.drawing/color/sienna) | | +| [silver](/page/python-net/aspose.page.drawing/color/silver) | | +| [sky_blue](/page/python-net/aspose.page.drawing/color/sky_blue) | | +| [slate_blue](/page/python-net/aspose.page.drawing/color/slate_blue) | | +| [slate_gray](/page/python-net/aspose.page.drawing/color/slate_gray) | | +| [snow](/page/python-net/aspose.page.drawing/color/snow) | | +| [spring_green](/page/python-net/aspose.page.drawing/color/spring_green) | | +| [steel_blue](/page/python-net/aspose.page.drawing/color/steel_blue) | | +| [tan](/page/python-net/aspose.page.drawing/color/tan) | | +| [teal](/page/python-net/aspose.page.drawing/color/teal) | | +| [thistle](/page/python-net/aspose.page.drawing/color/thistle) | | +| [tomato](/page/python-net/aspose.page.drawing/color/tomato) | | +| [turquoise](/page/python-net/aspose.page.drawing/color/turquoise) | | +| [violet](/page/python-net/aspose.page.drawing/color/violet) | | +| [wheat](/page/python-net/aspose.page.drawing/color/wheat) | | +| [white](/page/python-net/aspose.page.drawing/color/white) | | +| [white_smoke](/page/python-net/aspose.page.drawing/color/white_smoke) | | +| [yellow](/page/python-net/aspose.page.drawing/color/yellow) | | +| [yellow_green](/page/python-net/aspose.page.drawing/color/yellow_green) | | +| [r](/page/python-net/aspose.page.drawing/color/r) | | +| [g](/page/python-net/aspose.page.drawing/color/g) | | +| [b](/page/python-net/aspose.page.drawing/color/b) | | +| [a](/page/python-net/aspose.page.drawing/color/a) | | +| [is_empty](/page/python-net/aspose.page.drawing/color/is_empty) | | +| [is_named_color](/page/python-net/aspose.page.drawing/color/is_named_color) | | +| [name](/page/python-net/aspose.page.drawing/color/name) | | +| [EMPTY](/page/python-net/aspose.page.drawing/color/empty) | | + + +### Methods +| Method | Description | +| :- | :- | +| [from_argb](/page/python-net/aspose.page.drawing/color/from_argb/#int) | | +| [from_argb](/page/python-net/aspose.page.drawing/color/from_argb/#int-int-int-int) | | +| [from_argb](/page/python-net/aspose.page.drawing/color/from_argb/#int-aspose.page.drawing.Color) | | +| [from_argb](/page/python-net/aspose.page.drawing/color/from_argb/#int-int-int) | | +| [from_name](/page/python-net/aspose.page.drawing/color/from_name/#str) | | +| [get_brightness](/page/python-net/aspose.page.drawing/color/get_brightness/#) | | +| [get_hue](/page/python-net/aspose.page.drawing/color/get_hue/#) | | +| [get_saturation](/page/python-net/aspose.page.drawing/color/get_saturation/#) | | +| [to_argb](/page/python-net/aspose.page.drawing/color/to_argb/#) | | +| [clone](/page/python-net/aspose.page.drawing/color/clone/#) | | + + + +### See Also +* module [`aspose.page.drawing`](..) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/a/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/a/_index.md new file mode 100644 index 000000000000..f1ff2b85f776 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/a/_index.md @@ -0,0 +1,16 @@ +--- +title: a property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 110 +url: /python-net/aspose.page.drawing/color/a/ +is_root: false +--- + +## a property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/alice_blue/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/alice_blue/_index.md new file mode 100644 index 000000000000..bd7027ec19ef --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/alice_blue/_index.md @@ -0,0 +1,16 @@ +--- +title: alice_blue property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 120 +url: /python-net/aspose.page.drawing/color/alice_blue/ +is_root: false +--- + +## alice_blue property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/antique_white/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/antique_white/_index.md new file mode 100644 index 000000000000..49e98777b6f8 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/antique_white/_index.md @@ -0,0 +1,16 @@ +--- +title: antique_white property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 130 +url: /python-net/aspose.page.drawing/color/antique_white/ +is_root: false +--- + +## antique_white property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/aqua/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/aqua/_index.md new file mode 100644 index 000000000000..40a075c61463 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/aqua/_index.md @@ -0,0 +1,16 @@ +--- +title: aqua property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 140 +url: /python-net/aspose.page.drawing/color/aqua/ +is_root: false +--- + +## aqua property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/aquamarine/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/aquamarine/_index.md new file mode 100644 index 000000000000..4908901ec3b9 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/aquamarine/_index.md @@ -0,0 +1,16 @@ +--- +title: aquamarine property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 150 +url: /python-net/aspose.page.drawing/color/aquamarine/ +is_root: false +--- + +## aquamarine property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/azure/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/azure/_index.md new file mode 100644 index 000000000000..8e04a2d2027e --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/azure/_index.md @@ -0,0 +1,16 @@ +--- +title: azure property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 160 +url: /python-net/aspose.page.drawing/color/azure/ +is_root: false +--- + +## azure property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/b/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/b/_index.md new file mode 100644 index 000000000000..1e4caa921a69 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/b/_index.md @@ -0,0 +1,16 @@ +--- +title: b property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 170 +url: /python-net/aspose.page.drawing/color/b/ +is_root: false +--- + +## b property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/beige/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/beige/_index.md new file mode 100644 index 000000000000..a4ac3b46eb09 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/beige/_index.md @@ -0,0 +1,16 @@ +--- +title: beige property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 180 +url: /python-net/aspose.page.drawing/color/beige/ +is_root: false +--- + +## beige property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/bisque/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/bisque/_index.md new file mode 100644 index 000000000000..36e8e54f796e --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/bisque/_index.md @@ -0,0 +1,16 @@ +--- +title: bisque property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 190 +url: /python-net/aspose.page.drawing/color/bisque/ +is_root: false +--- + +## bisque property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/black/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/black/_index.md new file mode 100644 index 000000000000..71a66f0cf6da --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/black/_index.md @@ -0,0 +1,16 @@ +--- +title: black property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 200 +url: /python-net/aspose.page.drawing/color/black/ +is_root: false +--- + +## black property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/blanched_almond/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/blanched_almond/_index.md new file mode 100644 index 000000000000..a17fa01022df --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/blanched_almond/_index.md @@ -0,0 +1,16 @@ +--- +title: blanched_almond property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 210 +url: /python-net/aspose.page.drawing/color/blanched_almond/ +is_root: false +--- + +## blanched_almond property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/blue/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/blue/_index.md new file mode 100644 index 000000000000..ec27448f42c6 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/blue/_index.md @@ -0,0 +1,16 @@ +--- +title: blue property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 220 +url: /python-net/aspose.page.drawing/color/blue/ +is_root: false +--- + +## blue property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/blue_violet/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/blue_violet/_index.md new file mode 100644 index 000000000000..e6e17e5ac1b8 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/blue_violet/_index.md @@ -0,0 +1,16 @@ +--- +title: blue_violet property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 230 +url: /python-net/aspose.page.drawing/color/blue_violet/ +is_root: false +--- + +## blue_violet property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/brown/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/brown/_index.md new file mode 100644 index 000000000000..678abc368c4a --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/brown/_index.md @@ -0,0 +1,16 @@ +--- +title: brown property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 240 +url: /python-net/aspose.page.drawing/color/brown/ +is_root: false +--- + +## brown property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/burly_wood/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/burly_wood/_index.md new file mode 100644 index 000000000000..155de155ab89 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/burly_wood/_index.md @@ -0,0 +1,16 @@ +--- +title: burly_wood property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 250 +url: /python-net/aspose.page.drawing/color/burly_wood/ +is_root: false +--- + +## burly_wood property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/cadet_blue/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/cadet_blue/_index.md new file mode 100644 index 000000000000..af8fde0fd734 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/cadet_blue/_index.md @@ -0,0 +1,16 @@ +--- +title: cadet_blue property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 260 +url: /python-net/aspose.page.drawing/color/cadet_blue/ +is_root: false +--- + +## cadet_blue property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/chartreuse/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/chartreuse/_index.md new file mode 100644 index 000000000000..b2977384add4 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/chartreuse/_index.md @@ -0,0 +1,16 @@ +--- +title: chartreuse property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 270 +url: /python-net/aspose.page.drawing/color/chartreuse/ +is_root: false +--- + +## chartreuse property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/chocolate/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/chocolate/_index.md new file mode 100644 index 000000000000..4228dffac85e --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/chocolate/_index.md @@ -0,0 +1,16 @@ +--- +title: chocolate property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 280 +url: /python-net/aspose.page.drawing/color/chocolate/ +is_root: false +--- + +## chocolate property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/clone/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/clone/_index.md new file mode 100644 index 000000000000..5467eb57e65c --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/clone/_index.md @@ -0,0 +1,28 @@ +--- +title: clone method +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 20 +url: /python-net/aspose.page.drawing/color/clone/ +is_root: false +--- + +## clone {#} + + + + + +```python +def clone(self): + ... +``` + + + + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/coral/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/coral/_index.md new file mode 100644 index 000000000000..10a5c5f6988d --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/coral/_index.md @@ -0,0 +1,16 @@ +--- +title: coral property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 290 +url: /python-net/aspose.page.drawing/color/coral/ +is_root: false +--- + +## coral property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/cornflower_blue/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/cornflower_blue/_index.md new file mode 100644 index 000000000000..cb76930c9c28 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/cornflower_blue/_index.md @@ -0,0 +1,16 @@ +--- +title: cornflower_blue property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 300 +url: /python-net/aspose.page.drawing/color/cornflower_blue/ +is_root: false +--- + +## cornflower_blue property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/cornsilk/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/cornsilk/_index.md new file mode 100644 index 000000000000..a36e162e2bc8 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/cornsilk/_index.md @@ -0,0 +1,16 @@ +--- +title: cornsilk property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 310 +url: /python-net/aspose.page.drawing/color/cornsilk/ +is_root: false +--- + +## cornsilk property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/crimson/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/crimson/_index.md new file mode 100644 index 000000000000..70128c3f5458 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/crimson/_index.md @@ -0,0 +1,16 @@ +--- +title: crimson property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 320 +url: /python-net/aspose.page.drawing/color/crimson/ +is_root: false +--- + +## crimson property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/cyan/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/cyan/_index.md new file mode 100644 index 000000000000..612c2f04811f --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/cyan/_index.md @@ -0,0 +1,16 @@ +--- +title: cyan property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 330 +url: /python-net/aspose.page.drawing/color/cyan/ +is_root: false +--- + +## cyan property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/dark_blue/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/dark_blue/_index.md new file mode 100644 index 000000000000..3384d87bbf3f --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/dark_blue/_index.md @@ -0,0 +1,16 @@ +--- +title: dark_blue property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 340 +url: /python-net/aspose.page.drawing/color/dark_blue/ +is_root: false +--- + +## dark_blue property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/dark_cyan/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/dark_cyan/_index.md new file mode 100644 index 000000000000..f536218f8e45 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/dark_cyan/_index.md @@ -0,0 +1,16 @@ +--- +title: dark_cyan property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 350 +url: /python-net/aspose.page.drawing/color/dark_cyan/ +is_root: false +--- + +## dark_cyan property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/dark_goldenrod/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/dark_goldenrod/_index.md new file mode 100644 index 000000000000..c1ef6300cfc7 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/dark_goldenrod/_index.md @@ -0,0 +1,16 @@ +--- +title: dark_goldenrod property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 360 +url: /python-net/aspose.page.drawing/color/dark_goldenrod/ +is_root: false +--- + +## dark_goldenrod property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/dark_gray/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/dark_gray/_index.md new file mode 100644 index 000000000000..020e570a0b37 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/dark_gray/_index.md @@ -0,0 +1,16 @@ +--- +title: dark_gray property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 370 +url: /python-net/aspose.page.drawing/color/dark_gray/ +is_root: false +--- + +## dark_gray property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/dark_green/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/dark_green/_index.md new file mode 100644 index 000000000000..3fca7a1b2c16 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/dark_green/_index.md @@ -0,0 +1,16 @@ +--- +title: dark_green property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 380 +url: /python-net/aspose.page.drawing/color/dark_green/ +is_root: false +--- + +## dark_green property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/dark_khaki/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/dark_khaki/_index.md new file mode 100644 index 000000000000..58f3d20252c3 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/dark_khaki/_index.md @@ -0,0 +1,16 @@ +--- +title: dark_khaki property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 390 +url: /python-net/aspose.page.drawing/color/dark_khaki/ +is_root: false +--- + +## dark_khaki property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/dark_magenta/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/dark_magenta/_index.md new file mode 100644 index 000000000000..37afd26a4c32 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/dark_magenta/_index.md @@ -0,0 +1,16 @@ +--- +title: dark_magenta property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 400 +url: /python-net/aspose.page.drawing/color/dark_magenta/ +is_root: false +--- + +## dark_magenta property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/dark_olive_green/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/dark_olive_green/_index.md new file mode 100644 index 000000000000..c90a99a9fadf --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/dark_olive_green/_index.md @@ -0,0 +1,16 @@ +--- +title: dark_olive_green property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 410 +url: /python-net/aspose.page.drawing/color/dark_olive_green/ +is_root: false +--- + +## dark_olive_green property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/dark_orange/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/dark_orange/_index.md new file mode 100644 index 000000000000..d667fc696a9e --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/dark_orange/_index.md @@ -0,0 +1,16 @@ +--- +title: dark_orange property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 420 +url: /python-net/aspose.page.drawing/color/dark_orange/ +is_root: false +--- + +## dark_orange property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/dark_orchid/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/dark_orchid/_index.md new file mode 100644 index 000000000000..9417f4d5fef2 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/dark_orchid/_index.md @@ -0,0 +1,16 @@ +--- +title: dark_orchid property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 430 +url: /python-net/aspose.page.drawing/color/dark_orchid/ +is_root: false +--- + +## dark_orchid property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/dark_red/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/dark_red/_index.md new file mode 100644 index 000000000000..7cb1a94350b5 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/dark_red/_index.md @@ -0,0 +1,16 @@ +--- +title: dark_red property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 440 +url: /python-net/aspose.page.drawing/color/dark_red/ +is_root: false +--- + +## dark_red property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/dark_salmon/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/dark_salmon/_index.md new file mode 100644 index 000000000000..a422a0fc2e9d --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/dark_salmon/_index.md @@ -0,0 +1,16 @@ +--- +title: dark_salmon property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 450 +url: /python-net/aspose.page.drawing/color/dark_salmon/ +is_root: false +--- + +## dark_salmon property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/dark_sea_green/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/dark_sea_green/_index.md new file mode 100644 index 000000000000..6d21bc550ec2 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/dark_sea_green/_index.md @@ -0,0 +1,16 @@ +--- +title: dark_sea_green property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 460 +url: /python-net/aspose.page.drawing/color/dark_sea_green/ +is_root: false +--- + +## dark_sea_green property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/dark_slate_blue/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/dark_slate_blue/_index.md new file mode 100644 index 000000000000..b1a7360605b6 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/dark_slate_blue/_index.md @@ -0,0 +1,16 @@ +--- +title: dark_slate_blue property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 470 +url: /python-net/aspose.page.drawing/color/dark_slate_blue/ +is_root: false +--- + +## dark_slate_blue property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/dark_slate_gray/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/dark_slate_gray/_index.md new file mode 100644 index 000000000000..e7887abf114b --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/dark_slate_gray/_index.md @@ -0,0 +1,16 @@ +--- +title: dark_slate_gray property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 480 +url: /python-net/aspose.page.drawing/color/dark_slate_gray/ +is_root: false +--- + +## dark_slate_gray property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/dark_turquoise/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/dark_turquoise/_index.md new file mode 100644 index 000000000000..56cb7bc6c2cf --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/dark_turquoise/_index.md @@ -0,0 +1,16 @@ +--- +title: dark_turquoise property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 490 +url: /python-net/aspose.page.drawing/color/dark_turquoise/ +is_root: false +--- + +## dark_turquoise property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/dark_violet/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/dark_violet/_index.md new file mode 100644 index 000000000000..a9c01529a6ea --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/dark_violet/_index.md @@ -0,0 +1,16 @@ +--- +title: dark_violet property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 500 +url: /python-net/aspose.page.drawing/color/dark_violet/ +is_root: false +--- + +## dark_violet property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/deep_pink/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/deep_pink/_index.md new file mode 100644 index 000000000000..7a8461b3fdaf --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/deep_pink/_index.md @@ -0,0 +1,16 @@ +--- +title: deep_pink property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 510 +url: /python-net/aspose.page.drawing/color/deep_pink/ +is_root: false +--- + +## deep_pink property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/deep_sky_blue/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/deep_sky_blue/_index.md new file mode 100644 index 000000000000..4e12748b5657 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/deep_sky_blue/_index.md @@ -0,0 +1,16 @@ +--- +title: deep_sky_blue property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 520 +url: /python-net/aspose.page.drawing/color/deep_sky_blue/ +is_root: false +--- + +## deep_sky_blue property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/dim_gray/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/dim_gray/_index.md new file mode 100644 index 000000000000..3e365caba62f --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/dim_gray/_index.md @@ -0,0 +1,16 @@ +--- +title: dim_gray property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 530 +url: /python-net/aspose.page.drawing/color/dim_gray/ +is_root: false +--- + +## dim_gray property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/dodger_blue/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/dodger_blue/_index.md new file mode 100644 index 000000000000..6f1e6f52171c --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/dodger_blue/_index.md @@ -0,0 +1,16 @@ +--- +title: dodger_blue property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 540 +url: /python-net/aspose.page.drawing/color/dodger_blue/ +is_root: false +--- + +## dodger_blue property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/empty/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/empty/_index.md new file mode 100644 index 000000000000..1d9d9667c167 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/empty/_index.md @@ -0,0 +1,16 @@ +--- +title: EMPTY property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 100 +url: /python-net/aspose.page.drawing/color/empty/ +is_root: false +--- + +## EMPTY property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/firebrick/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/firebrick/_index.md new file mode 100644 index 000000000000..367db287beca --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/firebrick/_index.md @@ -0,0 +1,16 @@ +--- +title: firebrick property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 550 +url: /python-net/aspose.page.drawing/color/firebrick/ +is_root: false +--- + +## firebrick property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/floral_white/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/floral_white/_index.md new file mode 100644 index 000000000000..0a119ea4c0f5 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/floral_white/_index.md @@ -0,0 +1,16 @@ +--- +title: floral_white property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 560 +url: /python-net/aspose.page.drawing/color/floral_white/ +is_root: false +--- + +## floral_white property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/forest_green/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/forest_green/_index.md new file mode 100644 index 000000000000..d1aa48b45c1c --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/forest_green/_index.md @@ -0,0 +1,16 @@ +--- +title: forest_green property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 570 +url: /python-net/aspose.page.drawing/color/forest_green/ +is_root: false +--- + +## forest_green property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/from_argb/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/from_argb/_index.md new file mode 100644 index 000000000000..c959163a4158 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/from_argb/_index.md @@ -0,0 +1,88 @@ +--- +title: from_argb method +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 30 +url: /python-net/aspose.page.drawing/color/from_argb/ +is_root: false +--- + +## from_argb {#int} + + + + + +```python +def from_argb(self, argb): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| argb | int | | + + +## from_argb {#int-aspose.page.drawing.Color} + + + + + +```python +def from_argb(self, alpha, base_color): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| alpha | int | | +| base_color | [`Color`](/page/python-net/aspose.page.drawing/color) | | + + +## from_argb {#int-int-int} + + + + + +```python +def from_argb(self, red, green, blue): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| red | int | | +| green | int | | +| blue | int | | + + +## from_argb {#int-int-int-int} + + + + + +```python +def from_argb(self, alpha, red, green, blue): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| alpha | int | | +| red | int | | +| green | int | | +| blue | int | | + + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/from_name/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/from_name/_index.md new file mode 100644 index 000000000000..9d07be069946 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/from_name/_index.md @@ -0,0 +1,31 @@ +--- +title: from_name method +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 40 +url: /python-net/aspose.page.drawing/color/from_name/ +is_root: false +--- + +## from_name {#str} + + + + + +```python +def from_name(self, name): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| name | str | | + + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/fuchsia/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/fuchsia/_index.md new file mode 100644 index 000000000000..badf7b530056 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/fuchsia/_index.md @@ -0,0 +1,16 @@ +--- +title: fuchsia property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 580 +url: /python-net/aspose.page.drawing/color/fuchsia/ +is_root: false +--- + +## fuchsia property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/g/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/g/_index.md new file mode 100644 index 000000000000..e133a942f205 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/g/_index.md @@ -0,0 +1,16 @@ +--- +title: g property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 590 +url: /python-net/aspose.page.drawing/color/g/ +is_root: false +--- + +## g property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/gainsboro/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/gainsboro/_index.md new file mode 100644 index 000000000000..42e93348557c --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/gainsboro/_index.md @@ -0,0 +1,16 @@ +--- +title: gainsboro property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 600 +url: /python-net/aspose.page.drawing/color/gainsboro/ +is_root: false +--- + +## gainsboro property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/get_brightness/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/get_brightness/_index.md new file mode 100644 index 000000000000..b26870a1a2d6 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/get_brightness/_index.md @@ -0,0 +1,28 @@ +--- +title: get_brightness method +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 50 +url: /python-net/aspose.page.drawing/color/get_brightness/ +is_root: false +--- + +## get_brightness {#} + + + + + +```python +def get_brightness(self): + ... +``` + + + + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/get_hue/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/get_hue/_index.md new file mode 100644 index 000000000000..9226b59be781 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/get_hue/_index.md @@ -0,0 +1,28 @@ +--- +title: get_hue method +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 60 +url: /python-net/aspose.page.drawing/color/get_hue/ +is_root: false +--- + +## get_hue {#} + + + + + +```python +def get_hue(self): + ... +``` + + + + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/get_saturation/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/get_saturation/_index.md new file mode 100644 index 000000000000..599e850692e6 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/get_saturation/_index.md @@ -0,0 +1,28 @@ +--- +title: get_saturation method +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 70 +url: /python-net/aspose.page.drawing/color/get_saturation/ +is_root: false +--- + +## get_saturation {#} + + + + + +```python +def get_saturation(self): + ... +``` + + + + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/ghost_white/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/ghost_white/_index.md new file mode 100644 index 000000000000..ecced5245ce9 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/ghost_white/_index.md @@ -0,0 +1,16 @@ +--- +title: ghost_white property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 610 +url: /python-net/aspose.page.drawing/color/ghost_white/ +is_root: false +--- + +## ghost_white property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/gold/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/gold/_index.md new file mode 100644 index 000000000000..8f889d3cff00 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/gold/_index.md @@ -0,0 +1,16 @@ +--- +title: gold property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 620 +url: /python-net/aspose.page.drawing/color/gold/ +is_root: false +--- + +## gold property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/goldenrod/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/goldenrod/_index.md new file mode 100644 index 000000000000..7d92c1346e46 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/goldenrod/_index.md @@ -0,0 +1,16 @@ +--- +title: goldenrod property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 630 +url: /python-net/aspose.page.drawing/color/goldenrod/ +is_root: false +--- + +## goldenrod property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/gray/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/gray/_index.md new file mode 100644 index 000000000000..fc7cf28c477a --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/gray/_index.md @@ -0,0 +1,16 @@ +--- +title: gray property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 640 +url: /python-net/aspose.page.drawing/color/gray/ +is_root: false +--- + +## gray property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/green/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/green/_index.md new file mode 100644 index 000000000000..ad89a56477db --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/green/_index.md @@ -0,0 +1,16 @@ +--- +title: green property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 650 +url: /python-net/aspose.page.drawing/color/green/ +is_root: false +--- + +## green property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/green_yellow/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/green_yellow/_index.md new file mode 100644 index 000000000000..1ae4d592c317 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/green_yellow/_index.md @@ -0,0 +1,16 @@ +--- +title: green_yellow property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 660 +url: /python-net/aspose.page.drawing/color/green_yellow/ +is_root: false +--- + +## green_yellow property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/honeydew/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/honeydew/_index.md new file mode 100644 index 000000000000..56f10541cbe8 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/honeydew/_index.md @@ -0,0 +1,16 @@ +--- +title: honeydew property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 670 +url: /python-net/aspose.page.drawing/color/honeydew/ +is_root: false +--- + +## honeydew property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/hot_pink/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/hot_pink/_index.md new file mode 100644 index 000000000000..dd7b81506b14 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/hot_pink/_index.md @@ -0,0 +1,16 @@ +--- +title: hot_pink property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 680 +url: /python-net/aspose.page.drawing/color/hot_pink/ +is_root: false +--- + +## hot_pink property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/indian_red/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/indian_red/_index.md new file mode 100644 index 000000000000..3f368ceea25f --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/indian_red/_index.md @@ -0,0 +1,16 @@ +--- +title: indian_red property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 690 +url: /python-net/aspose.page.drawing/color/indian_red/ +is_root: false +--- + +## indian_red property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/indigo/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/indigo/_index.md new file mode 100644 index 000000000000..05e2cadc1c4b --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/indigo/_index.md @@ -0,0 +1,16 @@ +--- +title: indigo property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 700 +url: /python-net/aspose.page.drawing/color/indigo/ +is_root: false +--- + +## indigo property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/is_empty/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/is_empty/_index.md new file mode 100644 index 000000000000..f1f10f6d023b --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/is_empty/_index.md @@ -0,0 +1,16 @@ +--- +title: is_empty property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 710 +url: /python-net/aspose.page.drawing/color/is_empty/ +is_root: false +--- + +## is_empty property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/is_named_color/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/is_named_color/_index.md new file mode 100644 index 000000000000..a839a36d564a --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/is_named_color/_index.md @@ -0,0 +1,16 @@ +--- +title: is_named_color property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 720 +url: /python-net/aspose.page.drawing/color/is_named_color/ +is_root: false +--- + +## is_named_color property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/ivory/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/ivory/_index.md new file mode 100644 index 000000000000..80e2c7a4dbfe --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/ivory/_index.md @@ -0,0 +1,16 @@ +--- +title: ivory property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 730 +url: /python-net/aspose.page.drawing/color/ivory/ +is_root: false +--- + +## ivory property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/khaki/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/khaki/_index.md new file mode 100644 index 000000000000..79261261f7d2 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/khaki/_index.md @@ -0,0 +1,16 @@ +--- +title: khaki property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 740 +url: /python-net/aspose.page.drawing/color/khaki/ +is_root: false +--- + +## khaki property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/lavender/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/lavender/_index.md new file mode 100644 index 000000000000..859702de711c --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/lavender/_index.md @@ -0,0 +1,16 @@ +--- +title: lavender property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 750 +url: /python-net/aspose.page.drawing/color/lavender/ +is_root: false +--- + +## lavender property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/lavender_blush/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/lavender_blush/_index.md new file mode 100644 index 000000000000..cd7f599ed7fc --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/lavender_blush/_index.md @@ -0,0 +1,16 @@ +--- +title: lavender_blush property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 760 +url: /python-net/aspose.page.drawing/color/lavender_blush/ +is_root: false +--- + +## lavender_blush property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/lawn_green/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/lawn_green/_index.md new file mode 100644 index 000000000000..4388a8ea451f --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/lawn_green/_index.md @@ -0,0 +1,16 @@ +--- +title: lawn_green property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 770 +url: /python-net/aspose.page.drawing/color/lawn_green/ +is_root: false +--- + +## lawn_green property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/lemon_chiffon/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/lemon_chiffon/_index.md new file mode 100644 index 000000000000..a11f146ff609 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/lemon_chiffon/_index.md @@ -0,0 +1,16 @@ +--- +title: lemon_chiffon property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 780 +url: /python-net/aspose.page.drawing/color/lemon_chiffon/ +is_root: false +--- + +## lemon_chiffon property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/light_blue/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/light_blue/_index.md new file mode 100644 index 000000000000..207b27178cc4 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/light_blue/_index.md @@ -0,0 +1,16 @@ +--- +title: light_blue property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 790 +url: /python-net/aspose.page.drawing/color/light_blue/ +is_root: false +--- + +## light_blue property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/light_coral/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/light_coral/_index.md new file mode 100644 index 000000000000..ae4a0ca89115 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/light_coral/_index.md @@ -0,0 +1,16 @@ +--- +title: light_coral property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 800 +url: /python-net/aspose.page.drawing/color/light_coral/ +is_root: false +--- + +## light_coral property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/light_cyan/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/light_cyan/_index.md new file mode 100644 index 000000000000..1c046a0b10ef --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/light_cyan/_index.md @@ -0,0 +1,16 @@ +--- +title: light_cyan property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 810 +url: /python-net/aspose.page.drawing/color/light_cyan/ +is_root: false +--- + +## light_cyan property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/light_goldenrod_yellow/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/light_goldenrod_yellow/_index.md new file mode 100644 index 000000000000..3ab9e6d98c8d --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/light_goldenrod_yellow/_index.md @@ -0,0 +1,16 @@ +--- +title: light_goldenrod_yellow property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 820 +url: /python-net/aspose.page.drawing/color/light_goldenrod_yellow/ +is_root: false +--- + +## light_goldenrod_yellow property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/light_gray/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/light_gray/_index.md new file mode 100644 index 000000000000..79134c6ce214 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/light_gray/_index.md @@ -0,0 +1,16 @@ +--- +title: light_gray property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 830 +url: /python-net/aspose.page.drawing/color/light_gray/ +is_root: false +--- + +## light_gray property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/light_green/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/light_green/_index.md new file mode 100644 index 000000000000..346aea312207 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/light_green/_index.md @@ -0,0 +1,16 @@ +--- +title: light_green property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 840 +url: /python-net/aspose.page.drawing/color/light_green/ +is_root: false +--- + +## light_green property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/light_pink/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/light_pink/_index.md new file mode 100644 index 000000000000..8dc14737a550 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/light_pink/_index.md @@ -0,0 +1,16 @@ +--- +title: light_pink property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 850 +url: /python-net/aspose.page.drawing/color/light_pink/ +is_root: false +--- + +## light_pink property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/light_salmon/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/light_salmon/_index.md new file mode 100644 index 000000000000..be36f7665104 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/light_salmon/_index.md @@ -0,0 +1,16 @@ +--- +title: light_salmon property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 860 +url: /python-net/aspose.page.drawing/color/light_salmon/ +is_root: false +--- + +## light_salmon property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/light_sea_green/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/light_sea_green/_index.md new file mode 100644 index 000000000000..9033f3b94886 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/light_sea_green/_index.md @@ -0,0 +1,16 @@ +--- +title: light_sea_green property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 870 +url: /python-net/aspose.page.drawing/color/light_sea_green/ +is_root: false +--- + +## light_sea_green property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/light_sky_blue/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/light_sky_blue/_index.md new file mode 100644 index 000000000000..8ba7eaefe8d2 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/light_sky_blue/_index.md @@ -0,0 +1,16 @@ +--- +title: light_sky_blue property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 880 +url: /python-net/aspose.page.drawing/color/light_sky_blue/ +is_root: false +--- + +## light_sky_blue property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/light_slate_gray/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/light_slate_gray/_index.md new file mode 100644 index 000000000000..8039d7b6fb34 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/light_slate_gray/_index.md @@ -0,0 +1,16 @@ +--- +title: light_slate_gray property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 890 +url: /python-net/aspose.page.drawing/color/light_slate_gray/ +is_root: false +--- + +## light_slate_gray property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/light_steel_blue/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/light_steel_blue/_index.md new file mode 100644 index 000000000000..90e450ed496e --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/light_steel_blue/_index.md @@ -0,0 +1,16 @@ +--- +title: light_steel_blue property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 900 +url: /python-net/aspose.page.drawing/color/light_steel_blue/ +is_root: false +--- + +## light_steel_blue property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/light_yellow/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/light_yellow/_index.md new file mode 100644 index 000000000000..7bd4614641e2 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/light_yellow/_index.md @@ -0,0 +1,16 @@ +--- +title: light_yellow property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 910 +url: /python-net/aspose.page.drawing/color/light_yellow/ +is_root: false +--- + +## light_yellow property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/lime/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/lime/_index.md new file mode 100644 index 000000000000..47d64512eeb1 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/lime/_index.md @@ -0,0 +1,16 @@ +--- +title: lime property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 920 +url: /python-net/aspose.page.drawing/color/lime/ +is_root: false +--- + +## lime property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/lime_green/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/lime_green/_index.md new file mode 100644 index 000000000000..e6ac96d48f55 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/lime_green/_index.md @@ -0,0 +1,16 @@ +--- +title: lime_green property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 930 +url: /python-net/aspose.page.drawing/color/lime_green/ +is_root: false +--- + +## lime_green property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/linen/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/linen/_index.md new file mode 100644 index 000000000000..48d0fab3d443 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/linen/_index.md @@ -0,0 +1,16 @@ +--- +title: linen property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 940 +url: /python-net/aspose.page.drawing/color/linen/ +is_root: false +--- + +## linen property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/magenta/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/magenta/_index.md new file mode 100644 index 000000000000..c63ce200fe78 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/magenta/_index.md @@ -0,0 +1,16 @@ +--- +title: magenta property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 950 +url: /python-net/aspose.page.drawing/color/magenta/ +is_root: false +--- + +## magenta property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/maroon/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/maroon/_index.md new file mode 100644 index 000000000000..8c36345ac3ca --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/maroon/_index.md @@ -0,0 +1,16 @@ +--- +title: maroon property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 960 +url: /python-net/aspose.page.drawing/color/maroon/ +is_root: false +--- + +## maroon property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/medium_aquamarine/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/medium_aquamarine/_index.md new file mode 100644 index 000000000000..8987e0c7efaf --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/medium_aquamarine/_index.md @@ -0,0 +1,16 @@ +--- +title: medium_aquamarine property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 970 +url: /python-net/aspose.page.drawing/color/medium_aquamarine/ +is_root: false +--- + +## medium_aquamarine property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/medium_blue/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/medium_blue/_index.md new file mode 100644 index 000000000000..8c0270b0cd26 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/medium_blue/_index.md @@ -0,0 +1,16 @@ +--- +title: medium_blue property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 980 +url: /python-net/aspose.page.drawing/color/medium_blue/ +is_root: false +--- + +## medium_blue property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/medium_orchid/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/medium_orchid/_index.md new file mode 100644 index 000000000000..4e7c1cff40e3 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/medium_orchid/_index.md @@ -0,0 +1,16 @@ +--- +title: medium_orchid property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 990 +url: /python-net/aspose.page.drawing/color/medium_orchid/ +is_root: false +--- + +## medium_orchid property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/medium_purple/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/medium_purple/_index.md new file mode 100644 index 000000000000..aea6046e50c4 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/medium_purple/_index.md @@ -0,0 +1,16 @@ +--- +title: medium_purple property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 1000 +url: /python-net/aspose.page.drawing/color/medium_purple/ +is_root: false +--- + +## medium_purple property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/medium_sea_green/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/medium_sea_green/_index.md new file mode 100644 index 000000000000..8744ba48cb7f --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/medium_sea_green/_index.md @@ -0,0 +1,16 @@ +--- +title: medium_sea_green property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 1010 +url: /python-net/aspose.page.drawing/color/medium_sea_green/ +is_root: false +--- + +## medium_sea_green property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/medium_slate_blue/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/medium_slate_blue/_index.md new file mode 100644 index 000000000000..838c875f732e --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/medium_slate_blue/_index.md @@ -0,0 +1,16 @@ +--- +title: medium_slate_blue property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 1020 +url: /python-net/aspose.page.drawing/color/medium_slate_blue/ +is_root: false +--- + +## medium_slate_blue property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/medium_spring_green/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/medium_spring_green/_index.md new file mode 100644 index 000000000000..e038d9c4cee1 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/medium_spring_green/_index.md @@ -0,0 +1,16 @@ +--- +title: medium_spring_green property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 1030 +url: /python-net/aspose.page.drawing/color/medium_spring_green/ +is_root: false +--- + +## medium_spring_green property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/medium_turquoise/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/medium_turquoise/_index.md new file mode 100644 index 000000000000..b0b606e957d7 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/medium_turquoise/_index.md @@ -0,0 +1,16 @@ +--- +title: medium_turquoise property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 1040 +url: /python-net/aspose.page.drawing/color/medium_turquoise/ +is_root: false +--- + +## medium_turquoise property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/medium_violet_red/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/medium_violet_red/_index.md new file mode 100644 index 000000000000..2bf29614f723 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/medium_violet_red/_index.md @@ -0,0 +1,16 @@ +--- +title: medium_violet_red property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 1050 +url: /python-net/aspose.page.drawing/color/medium_violet_red/ +is_root: false +--- + +## medium_violet_red property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/midnight_blue/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/midnight_blue/_index.md new file mode 100644 index 000000000000..9519dddc56ce --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/midnight_blue/_index.md @@ -0,0 +1,16 @@ +--- +title: midnight_blue property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 1060 +url: /python-net/aspose.page.drawing/color/midnight_blue/ +is_root: false +--- + +## midnight_blue property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/mint_cream/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/mint_cream/_index.md new file mode 100644 index 000000000000..de5c8283c00d --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/mint_cream/_index.md @@ -0,0 +1,16 @@ +--- +title: mint_cream property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 1070 +url: /python-net/aspose.page.drawing/color/mint_cream/ +is_root: false +--- + +## mint_cream property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/misty_rose/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/misty_rose/_index.md new file mode 100644 index 000000000000..324e1abd366a --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/misty_rose/_index.md @@ -0,0 +1,16 @@ +--- +title: misty_rose property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 1080 +url: /python-net/aspose.page.drawing/color/misty_rose/ +is_root: false +--- + +## misty_rose property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/moccasin/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/moccasin/_index.md new file mode 100644 index 000000000000..53b40902b206 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/moccasin/_index.md @@ -0,0 +1,16 @@ +--- +title: moccasin property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 1090 +url: /python-net/aspose.page.drawing/color/moccasin/ +is_root: false +--- + +## moccasin property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/name/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/name/_index.md new file mode 100644 index 000000000000..5e041d2e1b4a --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/name/_index.md @@ -0,0 +1,16 @@ +--- +title: name property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 1100 +url: /python-net/aspose.page.drawing/color/name/ +is_root: false +--- + +## name property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/navajo_white/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/navajo_white/_index.md new file mode 100644 index 000000000000..1d49e329672e --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/navajo_white/_index.md @@ -0,0 +1,16 @@ +--- +title: navajo_white property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 1110 +url: /python-net/aspose.page.drawing/color/navajo_white/ +is_root: false +--- + +## navajo_white property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/navy/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/navy/_index.md new file mode 100644 index 000000000000..22a6bf7e4fab --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/navy/_index.md @@ -0,0 +1,16 @@ +--- +title: navy property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 1120 +url: /python-net/aspose.page.drawing/color/navy/ +is_root: false +--- + +## navy property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/old_lace/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/old_lace/_index.md new file mode 100644 index 000000000000..91817b15766d --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/old_lace/_index.md @@ -0,0 +1,16 @@ +--- +title: old_lace property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 1130 +url: /python-net/aspose.page.drawing/color/old_lace/ +is_root: false +--- + +## old_lace property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/olive/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/olive/_index.md new file mode 100644 index 000000000000..ab8cac0ef26d --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/olive/_index.md @@ -0,0 +1,16 @@ +--- +title: olive property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 1140 +url: /python-net/aspose.page.drawing/color/olive/ +is_root: false +--- + +## olive property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/olive_drab/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/olive_drab/_index.md new file mode 100644 index 000000000000..13052adec3ce --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/olive_drab/_index.md @@ -0,0 +1,16 @@ +--- +title: olive_drab property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 1150 +url: /python-net/aspose.page.drawing/color/olive_drab/ +is_root: false +--- + +## olive_drab property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/orange/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/orange/_index.md new file mode 100644 index 000000000000..b4f97e4369f8 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/orange/_index.md @@ -0,0 +1,16 @@ +--- +title: orange property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 1160 +url: /python-net/aspose.page.drawing/color/orange/ +is_root: false +--- + +## orange property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/orange_red/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/orange_red/_index.md new file mode 100644 index 000000000000..fe9c1dec8ec2 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/orange_red/_index.md @@ -0,0 +1,16 @@ +--- +title: orange_red property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 1170 +url: /python-net/aspose.page.drawing/color/orange_red/ +is_root: false +--- + +## orange_red property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/orchid/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/orchid/_index.md new file mode 100644 index 000000000000..2329f9f4b75b --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/orchid/_index.md @@ -0,0 +1,16 @@ +--- +title: orchid property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 1180 +url: /python-net/aspose.page.drawing/color/orchid/ +is_root: false +--- + +## orchid property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/pale_goldenrod/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/pale_goldenrod/_index.md new file mode 100644 index 000000000000..6bf375a05c03 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/pale_goldenrod/_index.md @@ -0,0 +1,16 @@ +--- +title: pale_goldenrod property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 1190 +url: /python-net/aspose.page.drawing/color/pale_goldenrod/ +is_root: false +--- + +## pale_goldenrod property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/pale_green/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/pale_green/_index.md new file mode 100644 index 000000000000..fd3385dc20f3 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/pale_green/_index.md @@ -0,0 +1,16 @@ +--- +title: pale_green property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 1200 +url: /python-net/aspose.page.drawing/color/pale_green/ +is_root: false +--- + +## pale_green property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/pale_turquoise/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/pale_turquoise/_index.md new file mode 100644 index 000000000000..f550917c41a6 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/pale_turquoise/_index.md @@ -0,0 +1,16 @@ +--- +title: pale_turquoise property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 1210 +url: /python-net/aspose.page.drawing/color/pale_turquoise/ +is_root: false +--- + +## pale_turquoise property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/pale_violet_red/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/pale_violet_red/_index.md new file mode 100644 index 000000000000..68c07710be8e --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/pale_violet_red/_index.md @@ -0,0 +1,16 @@ +--- +title: pale_violet_red property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 1220 +url: /python-net/aspose.page.drawing/color/pale_violet_red/ +is_root: false +--- + +## pale_violet_red property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/papaya_whip/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/papaya_whip/_index.md new file mode 100644 index 000000000000..9d706510d1f2 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/papaya_whip/_index.md @@ -0,0 +1,16 @@ +--- +title: papaya_whip property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 1230 +url: /python-net/aspose.page.drawing/color/papaya_whip/ +is_root: false +--- + +## papaya_whip property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/peach_puff/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/peach_puff/_index.md new file mode 100644 index 000000000000..2db7cae0af22 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/peach_puff/_index.md @@ -0,0 +1,16 @@ +--- +title: peach_puff property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 1240 +url: /python-net/aspose.page.drawing/color/peach_puff/ +is_root: false +--- + +## peach_puff property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/peru/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/peru/_index.md new file mode 100644 index 000000000000..ba0670d105b5 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/peru/_index.md @@ -0,0 +1,16 @@ +--- +title: peru property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 1250 +url: /python-net/aspose.page.drawing/color/peru/ +is_root: false +--- + +## peru property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/pink/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/pink/_index.md new file mode 100644 index 000000000000..2a616cf5622e --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/pink/_index.md @@ -0,0 +1,16 @@ +--- +title: pink property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 1260 +url: /python-net/aspose.page.drawing/color/pink/ +is_root: false +--- + +## pink property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/plum/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/plum/_index.md new file mode 100644 index 000000000000..a5d2879b538c --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/plum/_index.md @@ -0,0 +1,16 @@ +--- +title: plum property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 1270 +url: /python-net/aspose.page.drawing/color/plum/ +is_root: false +--- + +## plum property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/powder_blue/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/powder_blue/_index.md new file mode 100644 index 000000000000..8c3b4e5c9913 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/powder_blue/_index.md @@ -0,0 +1,16 @@ +--- +title: powder_blue property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 1280 +url: /python-net/aspose.page.drawing/color/powder_blue/ +is_root: false +--- + +## powder_blue property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/purple/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/purple/_index.md new file mode 100644 index 000000000000..742ed0e6697c --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/purple/_index.md @@ -0,0 +1,16 @@ +--- +title: purple property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 1290 +url: /python-net/aspose.page.drawing/color/purple/ +is_root: false +--- + +## purple property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/r/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/r/_index.md new file mode 100644 index 000000000000..994d1fe8886a --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/r/_index.md @@ -0,0 +1,16 @@ +--- +title: r property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 1300 +url: /python-net/aspose.page.drawing/color/r/ +is_root: false +--- + +## r property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/red/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/red/_index.md new file mode 100644 index 000000000000..623b1d4d598f --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/red/_index.md @@ -0,0 +1,16 @@ +--- +title: red property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 1310 +url: /python-net/aspose.page.drawing/color/red/ +is_root: false +--- + +## red property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/rosy_brown/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/rosy_brown/_index.md new file mode 100644 index 000000000000..5ad7eee08e2c --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/rosy_brown/_index.md @@ -0,0 +1,16 @@ +--- +title: rosy_brown property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 1320 +url: /python-net/aspose.page.drawing/color/rosy_brown/ +is_root: false +--- + +## rosy_brown property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/royal_blue/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/royal_blue/_index.md new file mode 100644 index 000000000000..64da813e502b --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/royal_blue/_index.md @@ -0,0 +1,16 @@ +--- +title: royal_blue property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 1330 +url: /python-net/aspose.page.drawing/color/royal_blue/ +is_root: false +--- + +## royal_blue property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/saddle_brown/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/saddle_brown/_index.md new file mode 100644 index 000000000000..09d3117319d3 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/saddle_brown/_index.md @@ -0,0 +1,16 @@ +--- +title: saddle_brown property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 1340 +url: /python-net/aspose.page.drawing/color/saddle_brown/ +is_root: false +--- + +## saddle_brown property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/salmon/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/salmon/_index.md new file mode 100644 index 000000000000..ed24dc68917b --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/salmon/_index.md @@ -0,0 +1,16 @@ +--- +title: salmon property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 1350 +url: /python-net/aspose.page.drawing/color/salmon/ +is_root: false +--- + +## salmon property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/sandy_brown/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/sandy_brown/_index.md new file mode 100644 index 000000000000..61baf98ebab3 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/sandy_brown/_index.md @@ -0,0 +1,16 @@ +--- +title: sandy_brown property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 1360 +url: /python-net/aspose.page.drawing/color/sandy_brown/ +is_root: false +--- + +## sandy_brown property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/sea_green/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/sea_green/_index.md new file mode 100644 index 000000000000..216ca806bf81 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/sea_green/_index.md @@ -0,0 +1,16 @@ +--- +title: sea_green property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 1370 +url: /python-net/aspose.page.drawing/color/sea_green/ +is_root: false +--- + +## sea_green property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/sea_shell/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/sea_shell/_index.md new file mode 100644 index 000000000000..eb076f893d62 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/sea_shell/_index.md @@ -0,0 +1,16 @@ +--- +title: sea_shell property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 1380 +url: /python-net/aspose.page.drawing/color/sea_shell/ +is_root: false +--- + +## sea_shell property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/sienna/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/sienna/_index.md new file mode 100644 index 000000000000..bf93927935e7 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/sienna/_index.md @@ -0,0 +1,16 @@ +--- +title: sienna property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 1390 +url: /python-net/aspose.page.drawing/color/sienna/ +is_root: false +--- + +## sienna property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/silver/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/silver/_index.md new file mode 100644 index 000000000000..78e7c28aab30 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/silver/_index.md @@ -0,0 +1,16 @@ +--- +title: silver property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 1400 +url: /python-net/aspose.page.drawing/color/silver/ +is_root: false +--- + +## silver property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/sky_blue/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/sky_blue/_index.md new file mode 100644 index 000000000000..43c245e73def --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/sky_blue/_index.md @@ -0,0 +1,16 @@ +--- +title: sky_blue property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 1410 +url: /python-net/aspose.page.drawing/color/sky_blue/ +is_root: false +--- + +## sky_blue property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/slate_blue/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/slate_blue/_index.md new file mode 100644 index 000000000000..6757cd9b6d54 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/slate_blue/_index.md @@ -0,0 +1,16 @@ +--- +title: slate_blue property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 1420 +url: /python-net/aspose.page.drawing/color/slate_blue/ +is_root: false +--- + +## slate_blue property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/slate_gray/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/slate_gray/_index.md new file mode 100644 index 000000000000..030a39dd6a19 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/slate_gray/_index.md @@ -0,0 +1,16 @@ +--- +title: slate_gray property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 1430 +url: /python-net/aspose.page.drawing/color/slate_gray/ +is_root: false +--- + +## slate_gray property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/snow/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/snow/_index.md new file mode 100644 index 000000000000..201c5c82c62d --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/snow/_index.md @@ -0,0 +1,16 @@ +--- +title: snow property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 1440 +url: /python-net/aspose.page.drawing/color/snow/ +is_root: false +--- + +## snow property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/spring_green/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/spring_green/_index.md new file mode 100644 index 000000000000..39cdb901331a --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/spring_green/_index.md @@ -0,0 +1,16 @@ +--- +title: spring_green property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 1450 +url: /python-net/aspose.page.drawing/color/spring_green/ +is_root: false +--- + +## spring_green property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/steel_blue/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/steel_blue/_index.md new file mode 100644 index 000000000000..4b51c5bfacb4 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/steel_blue/_index.md @@ -0,0 +1,16 @@ +--- +title: steel_blue property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 1460 +url: /python-net/aspose.page.drawing/color/steel_blue/ +is_root: false +--- + +## steel_blue property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/tan/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/tan/_index.md new file mode 100644 index 000000000000..9021cc2f481b --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/tan/_index.md @@ -0,0 +1,16 @@ +--- +title: tan property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 1470 +url: /python-net/aspose.page.drawing/color/tan/ +is_root: false +--- + +## tan property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/teal/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/teal/_index.md new file mode 100644 index 000000000000..a10ffbe701bf --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/teal/_index.md @@ -0,0 +1,16 @@ +--- +title: teal property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 1480 +url: /python-net/aspose.page.drawing/color/teal/ +is_root: false +--- + +## teal property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/thistle/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/thistle/_index.md new file mode 100644 index 000000000000..f0605fa666e0 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/thistle/_index.md @@ -0,0 +1,16 @@ +--- +title: thistle property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 1490 +url: /python-net/aspose.page.drawing/color/thistle/ +is_root: false +--- + +## thistle property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/to_argb/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/to_argb/_index.md new file mode 100644 index 000000000000..86b678b07fbd --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/to_argb/_index.md @@ -0,0 +1,28 @@ +--- +title: to_argb method +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 80 +url: /python-net/aspose.page.drawing/color/to_argb/ +is_root: false +--- + +## to_argb {#} + + + + + +```python +def to_argb(self): + ... +``` + + + + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/tomato/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/tomato/_index.md new file mode 100644 index 000000000000..06ede8ac4c7a --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/tomato/_index.md @@ -0,0 +1,16 @@ +--- +title: tomato property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 1500 +url: /python-net/aspose.page.drawing/color/tomato/ +is_root: false +--- + +## tomato property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/transparent/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/transparent/_index.md new file mode 100644 index 000000000000..df366224ea4c --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/transparent/_index.md @@ -0,0 +1,16 @@ +--- +title: transparent property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 1510 +url: /python-net/aspose.page.drawing/color/transparent/ +is_root: false +--- + +## transparent property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/turquoise/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/turquoise/_index.md new file mode 100644 index 000000000000..8a804b56ee25 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/turquoise/_index.md @@ -0,0 +1,16 @@ +--- +title: turquoise property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 1520 +url: /python-net/aspose.page.drawing/color/turquoise/ +is_root: false +--- + +## turquoise property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/violet/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/violet/_index.md new file mode 100644 index 000000000000..b37a6a28542d --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/violet/_index.md @@ -0,0 +1,16 @@ +--- +title: violet property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 1530 +url: /python-net/aspose.page.drawing/color/violet/ +is_root: false +--- + +## violet property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/wheat/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/wheat/_index.md new file mode 100644 index 000000000000..db14234a6342 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/wheat/_index.md @@ -0,0 +1,16 @@ +--- +title: wheat property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 1540 +url: /python-net/aspose.page.drawing/color/wheat/ +is_root: false +--- + +## wheat property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/white/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/white/_index.md new file mode 100644 index 000000000000..5009985a974e --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/white/_index.md @@ -0,0 +1,16 @@ +--- +title: white property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 1550 +url: /python-net/aspose.page.drawing/color/white/ +is_root: false +--- + +## white property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/white_smoke/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/white_smoke/_index.md new file mode 100644 index 000000000000..7a7c82c04527 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/white_smoke/_index.md @@ -0,0 +1,16 @@ +--- +title: white_smoke property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 1560 +url: /python-net/aspose.page.drawing/color/white_smoke/ +is_root: false +--- + +## white_smoke property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/yellow/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/yellow/_index.md new file mode 100644 index 000000000000..49ca9adf6b09 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/yellow/_index.md @@ -0,0 +1,16 @@ +--- +title: yellow property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 1570 +url: /python-net/aspose.page.drawing/color/yellow/ +is_root: false +--- + +## yellow property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/yellow_green/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/yellow_green/_index.md new file mode 100644 index 000000000000..f528a0373afd --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/color/yellow_green/_index.md @@ -0,0 +1,16 @@ +--- +title: yellow_green property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 1580 +url: /python-net/aspose.page.drawing/color/yellow_green/ +is_root: false +--- + +## yellow_green property + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Color`](/page/python-net/aspose.page.drawing/color) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/size/__init__/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/size/__init__/_index.md new file mode 100644 index 000000000000..8efe17b00ecc --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/size/__init__/_index.md @@ -0,0 +1,46 @@ +--- +title: Size constructor +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 10 +url: /python-net/aspose.page.drawing/size/__init__/ +is_root: false +--- + +## __init__ {#} + +Constructs a new instance of Size + + + +```python +def __init__(self): + ... +``` + + + + +## __init__ {#int-int} + +Initializes a new instance of the [`Size`](/page/python-net/aspose.page.drawing/size) class from the specified dimensions. + + + +```python +def __init__(self, width, height): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| width | int | The width component of the new [`Size`](/page/python-net/aspose.page.drawing/size). | +| height | int | The height component of the new [`Size`](/page/python-net/aspose.page.drawing/size). | + + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Size`](/page/python-net/aspose.page.drawing/size) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/size/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/size/_index.md new file mode 100644 index 000000000000..5365aa44c359 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/size/_index.md @@ -0,0 +1,47 @@ +--- +title: Size class +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 20 +url: /python-net/aspose.page.drawing/size/ +is_root: false +--- + +## Size class + +Stores an ordered pair of integers, typically the width and height of a rectangle. + + + +The Size type exposes the following members: + +### Constructors +| Constructor | Description | +| :- | :- | +| [__init__](/page/python-net/aspose.page.drawing/size/__init__/#int-int) | Initializes a new instance of the [`Size`](/page/python-net/aspose.page.drawing/size) class from the specified dimensions. | +| [__init__](/page/python-net/aspose.page.drawing/size/__init__/#) | Constructs a new instance of Size | + + +### Properties +| Property | Description | +| :- | :- | +| [height](/page/python-net/aspose.page.drawing/size/height) | Gets or sets the vertical component of this [`Size`](/page/python-net/aspose.page.drawing/size). | +| [width](/page/python-net/aspose.page.drawing/size/width) | Gets or sets the horizontal component of this [`Size`](/page/python-net/aspose.page.drawing/size). | +| [is_empty](/page/python-net/aspose.page.drawing/size/is_empty) | Tests whether this [`Size`](/page/python-net/aspose.page.drawing/size) has width and height of 0. | +| [EMPTY](/page/python-net/aspose.page.drawing/size/empty) | Gets a [`Size`](/page/python-net/aspose.page.drawing/size) structure that has a [`Size.height`](/page/python-net/aspose.page.drawing/size#height) and [`Size.width`](/page/python-net/aspose.page.drawing/size#width) value of 0. | + + +### Methods +| Method | Description | +| :- | :- | +| [clone](/page/python-net/aspose.page.drawing/size/clone/#) | Clones this Aspose.Page.Drawing.Size. | +| [equals](/page/python-net/aspose.page.drawing/size/equals/#any) | Tests to see whether the specified object is a [`Size`](/page/python-net/aspose.page.drawing/size) with the same dimensions as this [`Size`](/page/python-net/aspose.page.drawing/size). | +| [get_hash_code](/page/python-net/aspose.page.drawing/size/get_hash_code/#) | Returns a hash code for this [`Size`](/page/python-net/aspose.page.drawing/size) structure. | +| [to_string](/page/python-net/aspose.page.drawing/size/to_string/#) | Creates a human-readable string that represents this [`Size`](/page/python-net/aspose.page.drawing/size). | + + + +### See Also +* module [`aspose.page.drawing`](..) +* class [`Size`](/page/python-net/aspose.page.drawing/size) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/size/clone/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/size/clone/_index.md new file mode 100644 index 000000000000..dc42700eba2c --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/size/clone/_index.md @@ -0,0 +1,28 @@ +--- +title: clone method +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 20 +url: /python-net/aspose.page.drawing/size/clone/ +is_root: false +--- + +## clone {#} + +Clones this Aspose.Page.Drawing.Size. + + + +```python +def clone(self): + ... +``` + + + + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Size`](/page/python-net/aspose.page.drawing/size) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/size/empty/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/size/empty/_index.md new file mode 100644 index 000000000000..10deb6be5fa4 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/size/empty/_index.md @@ -0,0 +1,18 @@ +--- +title: EMPTY property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 70 +url: /python-net/aspose.page.drawing/size/empty/ +is_root: false +--- + +## EMPTY property + + +Gets a [`Size`](/page/python-net/aspose.page.drawing/size) structure that has a [`Size.height`](/page/python-net/aspose.page.drawing/size#height) and [`Size.width`](/page/python-net/aspose.page.drawing/size#width) value of 0. + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Size`](/page/python-net/aspose.page.drawing/size) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/size/equals/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/size/equals/_index.md new file mode 100644 index 000000000000..3bd436d13979 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/size/equals/_index.md @@ -0,0 +1,36 @@ +--- +title: equals method +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 30 +url: /python-net/aspose.page.drawing/size/equals/ +is_root: false +--- + +## equals {#any} + +Tests to see whether the specified object is a [`Size`](/page/python-net/aspose.page.drawing/size) with the same dimensions as this [`Size`](/page/python-net/aspose.page.drawing/size). + + +### Returns + + +true if `obj` is a [`Size`](/page/python-net/aspose.page.drawing/size) and has the same width and height as this [`Size`](/page/python-net/aspose.page.drawing/size); otherwise, false. + + +```python +def equals(self, obj): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| obj | any | The Object to test. | + + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Size`](/page/python-net/aspose.page.drawing/size) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/size/get_hash_code/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/size/get_hash_code/_index.md new file mode 100644 index 000000000000..b93baf1390a7 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/size/get_hash_code/_index.md @@ -0,0 +1,33 @@ +--- +title: get_hash_code method +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 40 +url: /python-net/aspose.page.drawing/size/get_hash_code/ +is_root: false +--- + +## get_hash_code {#} + +Returns a hash code for this [`Size`](/page/python-net/aspose.page.drawing/size) structure. + + +### Returns + + +An integer value that specifies a hash value for this [`Size`](/page/python-net/aspose.page.drawing/size) structure. + + +```python +def get_hash_code(self): + ... +``` + + + + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Size`](/page/python-net/aspose.page.drawing/size) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/size/height/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/size/height/_index.md new file mode 100644 index 000000000000..88b17ebc9a92 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/size/height/_index.md @@ -0,0 +1,27 @@ +--- +title: height property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 80 +url: /python-net/aspose.page.drawing/size/height/ +is_root: false +--- + +## height property + + +Gets or sets the vertical component of this [`Size`](/page/python-net/aspose.page.drawing/size). +### Definition: +```python +@property +def height(self): + ... +@height.setter +def height(self, value): + ... +``` + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Size`](/page/python-net/aspose.page.drawing/size) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/size/is_empty/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/size/is_empty/_index.md new file mode 100644 index 000000000000..41ae27a8fb33 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/size/is_empty/_index.md @@ -0,0 +1,24 @@ +--- +title: is_empty property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 90 +url: /python-net/aspose.page.drawing/size/is_empty/ +is_root: false +--- + +## is_empty property + + +Tests whether this [`Size`](/page/python-net/aspose.page.drawing/size) has width and height of 0. +### Definition: +```python +@property +def is_empty(self): + ... +``` + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Size`](/page/python-net/aspose.page.drawing/size) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/size/to_string/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/size/to_string/_index.md new file mode 100644 index 000000000000..12454ec2333b --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/size/to_string/_index.md @@ -0,0 +1,33 @@ +--- +title: to_string method +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 50 +url: /python-net/aspose.page.drawing/size/to_string/ +is_root: false +--- + +## to_string {#} + +Creates a human-readable string that represents this [`Size`](/page/python-net/aspose.page.drawing/size). + + +### Returns + + +A string that represents this [`Size`](/page/python-net/aspose.page.drawing/size). + + +```python +def to_string(self): + ... +``` + + + + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Size`](/page/python-net/aspose.page.drawing/size) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/size/width/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/size/width/_index.md new file mode 100644 index 000000000000..187b66d6565b --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/size/width/_index.md @@ -0,0 +1,27 @@ +--- +title: width property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 100 +url: /python-net/aspose.page.drawing/size/width/ +is_root: false +--- + +## width property + + +Gets or sets the horizontal component of this [`Size`](/page/python-net/aspose.page.drawing/size). +### Definition: +```python +@property +def width(self): + ... +@width.setter +def width(self, value): + ... +``` + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`Size`](/page/python-net/aspose.page.drawing/size) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/sizef/__init__/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/sizef/__init__/_index.md new file mode 100644 index 000000000000..b870e733c5df --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/sizef/__init__/_index.md @@ -0,0 +1,63 @@ +--- +title: SizeF constructor +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 10 +url: /python-net/aspose.page.drawing/sizef/__init__/ +is_root: false +--- + +## __init__ {#} + +Constructs a new instance of SizeF + + + +```python +def __init__(self): + ... +``` + + + + +## __init__ {#aspose.page.drawing.SizeF} + +Initializes a new instance of the [`SizeF`](/page/python-net/aspose.page.drawing/sizef) structure from the specified existing [`SizeF`](/page/python-net/aspose.page.drawing/sizef) structure. + + + +```python +def __init__(self, size): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| size | [`SizeF`](/page/python-net/aspose.page.drawing/sizef) | The [`SizeF`](/page/python-net/aspose.page.drawing/sizef) structure from which to create the new [`SizeF`](/page/python-net/aspose.page.drawing/sizef) structure. | + + +## __init__ {#float-float} + +Initializes a new instance of the [`SizeF`](/page/python-net/aspose.page.drawing/sizef) structure from the specified dimensions. + + + +```python +def __init__(self, width, height): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| width | float | The width component of the new [`SizeF`](/page/python-net/aspose.page.drawing/sizef) structure. | +| height | float | The height component of the new [`SizeF`](/page/python-net/aspose.page.drawing/sizef) structure. | + + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`SizeF`](/page/python-net/aspose.page.drawing/sizef) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/sizef/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/sizef/_index.md new file mode 100644 index 000000000000..754fac8c8768 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/sizef/_index.md @@ -0,0 +1,45 @@ +--- +title: SizeF class +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 30 +url: /python-net/aspose.page.drawing/sizef/ +is_root: false +--- + +## SizeF class + +Stores an ordered pair of floating-point numbers, typically the width and height of a rectangle. + + + +The SizeF type exposes the following members: + +### Constructors +| Constructor | Description | +| :- | :- | +| [__init__](/page/python-net/aspose.page.drawing/sizef/__init__/#aspose.page.drawing.SizeF) | Initializes a new instance of the [`SizeF`](/page/python-net/aspose.page.drawing/sizef) structure from the specified existing [`SizeF`](/page/python-net/aspose.page.drawing/sizef) structure. | +| [__init__](/page/python-net/aspose.page.drawing/sizef/__init__/#float-float) | Initializes a new instance of the [`SizeF`](/page/python-net/aspose.page.drawing/sizef) structure from the specified dimensions. | +| [__init__](/page/python-net/aspose.page.drawing/sizef/__init__/#) | Constructs a new instance of SizeF | + + +### Properties +| Property | Description | +| :- | :- | +| [is_empty](/page/python-net/aspose.page.drawing/sizef/is_empty) | Gets a value that indicates whether this [`SizeF`](/page/python-net/aspose.page.drawing/sizef) structure has zero width and height. | +| [width](/page/python-net/aspose.page.drawing/sizef/width) | Gets or sets the horizontal component of this [`SizeF`](/page/python-net/aspose.page.drawing/sizef) structure. | +| [height](/page/python-net/aspose.page.drawing/sizef/height) | Gets or sets the vertical component of this [`SizeF`](/page/python-net/aspose.page.drawing/sizef) structure. | +| [EMPTY](/page/python-net/aspose.page.drawing/sizef/empty) | Gets a [`SizeF`](/page/python-net/aspose.page.drawing/sizef) structure that has a [`SizeF.height`](/page/python-net/aspose.page.drawing/sizef#height) and [`SizeF.width`](/page/python-net/aspose.page.drawing/sizef#width) value of 0. | + + +### Methods +| Method | Description | +| :- | :- | +| [clone](/page/python-net/aspose.page.drawing/sizef/clone/#) | Clones this Aspose.Page.Drawing.SizeF. | + + + +### See Also +* module [`aspose.page.drawing`](..) +* class [`SizeF`](/page/python-net/aspose.page.drawing/sizef) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/sizef/clone/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/sizef/clone/_index.md new file mode 100644 index 000000000000..0429ea690242 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/sizef/clone/_index.md @@ -0,0 +1,28 @@ +--- +title: clone method +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 20 +url: /python-net/aspose.page.drawing/sizef/clone/ +is_root: false +--- + +## clone {#} + +Clones this Aspose.Page.Drawing.SizeF. + + + +```python +def clone(self): + ... +``` + + + + + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`SizeF`](/page/python-net/aspose.page.drawing/sizef) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/sizef/empty/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/sizef/empty/_index.md new file mode 100644 index 000000000000..c5b0685f387e --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/sizef/empty/_index.md @@ -0,0 +1,18 @@ +--- +title: EMPTY property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 40 +url: /python-net/aspose.page.drawing/sizef/empty/ +is_root: false +--- + +## EMPTY property + + +Gets a [`SizeF`](/page/python-net/aspose.page.drawing/sizef) structure that has a [`SizeF.height`](/page/python-net/aspose.page.drawing/sizef#height) and [`SizeF.width`](/page/python-net/aspose.page.drawing/sizef#width) value of 0. + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`SizeF`](/page/python-net/aspose.page.drawing/sizef) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/sizef/height/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/sizef/height/_index.md new file mode 100644 index 000000000000..d26d0523c07a --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/sizef/height/_index.md @@ -0,0 +1,27 @@ +--- +title: height property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 50 +url: /python-net/aspose.page.drawing/sizef/height/ +is_root: false +--- + +## height property + + +Gets or sets the vertical component of this [`SizeF`](/page/python-net/aspose.page.drawing/sizef) structure. +### Definition: +```python +@property +def height(self): + ... +@height.setter +def height(self, value): + ... +``` + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`SizeF`](/page/python-net/aspose.page.drawing/sizef) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/sizef/is_empty/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/sizef/is_empty/_index.md new file mode 100644 index 000000000000..bcdb5608c39b --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/sizef/is_empty/_index.md @@ -0,0 +1,24 @@ +--- +title: is_empty property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 60 +url: /python-net/aspose.page.drawing/sizef/is_empty/ +is_root: false +--- + +## is_empty property + + +Gets a value that indicates whether this [`SizeF`](/page/python-net/aspose.page.drawing/sizef) structure has zero width and height. +### Definition: +```python +@property +def is_empty(self): + ... +``` + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`SizeF`](/page/python-net/aspose.page.drawing/sizef) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.drawing/sizef/width/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.drawing/sizef/width/_index.md new file mode 100644 index 000000000000..b33a30c36b38 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.drawing/sizef/width/_index.md @@ -0,0 +1,27 @@ +--- +title: width property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 70 +url: /python-net/aspose.page.drawing/sizef/width/ +is_root: false +--- + +## width property + + +Gets or sets the horizontal component of this [`SizeF`](/page/python-net/aspose.page.drawing/sizef) structure. +### Definition: +```python +@property +def width(self): + ... +@width.setter +def width(self, value): + ... +``` + +### See Also +* module [`aspose.page.drawing`](../../) +* class [`SizeF`](/page/python-net/aspose.page.drawing/sizef) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/_index.md index fecfa964890f..050eb0fde9b9 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/_index.md @@ -1,23 +1,29 @@ ---- -title: aspose.page.eps.device -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 10 -url: /python-net/aspose.page.eps.device/ -is_root: false +--- +title: aspose.page.eps.device +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 10 +url: /python-net/aspose.page.eps.device/ +is_root: false --- - -The **Aspose.Page.EPS.Device** namespace provides classes of possible devices and save options that can be used + +The **Aspose.Page.EPS.Device** namespace provides classes of possible devices and save options that can be used while converting PS/EPS to other formats. - -### Classes -| Class | Description | -| :- | :- | -| [`ImageDevice`](/page/python-net/aspose.page.eps.device/imagedevice) | This class encapsulates rendering of document to image. | -| [`ImageSaveOptions`](/page/python-net/aspose.page.eps.device/imagesaveoptions) | This class contains options necessary for managing image saving process. | -| [`PdfDevice`](/page/python-net/aspose.page.eps.device/pdfdevice) | This class encapsulates rendering of document to PDF. | -| [`PdfSaveOptions`](/page/python-net/aspose.page.eps.device/pdfsaveoptions) | This class contains input and output streams and other options necessary for managing conversion process. | -| [`PsSaveOptions`](/page/python-net/aspose.page.eps.device/pssaveoptions) | This class contains options necessary for managing process of converting document to PostScript (PS) or Encapsulated PostScript (EPS) file. | - - + +### Classes +| Class | Description | +| :- | :- | +| [`ImageDevice`](/page/python-net/aspose.page.eps.device/imagedevice) | This class encapsulates rendering of document to image. | +| [`ImageSaveOptions`](/page/python-net/aspose.page.eps.device/imagesaveoptions) | This class contains options necessary for managing image saving process. | +| [`PdfDevice`](/page/python-net/aspose.page.eps.device/pdfdevice) | This class encapsulates rendering of document to PDF. | +| [`PdfSaveOptions`](/page/python-net/aspose.page.eps.device/pdfsaveoptions) | This class contains input and output streams and other options necessary for managing conversion process. | +| [`PsSaveOptions`](/page/python-net/aspose.page.eps.device/pssaveoptions) | This class contains options necessary for managing process of converting document to PostScript (PS) or Encapsulated PostScript (EPS) file. | + + +### Enumerations +| Enumeration | Description | +| :- | :- | +| [`PsSaveFormat`](/page/python-net/aspose.page.eps.device/pssaveformat) | This enumeration contains available options of saving format. It can be PS or EPS.
EPS is used for only 1-paged documents while PS file can contain any number of pages. | + + diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/_index.md index 082b62afe8bf..69963fd41fee 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/_index.md @@ -1,122 +1,65 @@ ---- -title: ImageDevice class -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 10 -url: /python-net/aspose.page.eps.device/imagedevice/ -is_root: false +--- +title: ImageDevice class +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 10 +url: /python-net/aspose.page.eps.device/imagedevice/ +is_root: false --- - + ## ImageDevice class - + This class encapsulates rendering of document to image. - -**Inheritance:** [`ImageDevice`](/page/python-net/aspose.page.eps.device/imagedevice) → + +**Inheritance:** [`ImageDevice`](/page/python-net/aspose.page.eps.device/imagedevice) → [`Device`](/page/python-net/aspose.page/device) - + The ImageDevice type exposes the following members: - -### Constructors -| Constructor | Description | -| :- | :- | -| [__init__](/page/python-net/aspose.page.eps.device/imagedevice/__init__/#) | Initializes new instance of [`ImageDevice`](/page/python-net/aspose.page.eps.device/imagedevice). | -| [__init__](/page/python-net/aspose.page.eps.device/imagedevice/__init__/#aspose.pydrawing.Size) | Initializes new instance of [`ImageDevice`](/page/python-net/aspose.page.eps.device/imagedevice) with specified size of a page. | -| [__init__](/page/python-net/aspose.page.eps.device/imagedevice/__init__/#aspose.pydrawing.imaging.ImageFormat) | Initializes new instance of [`ImageDevice`](/page/python-net/aspose.page.eps.device/imagedevice) with specified image format. | -| [__init__](/page/python-net/aspose.page.eps.device/imagedevice/__init__/#aspose.pydrawing.Size-aspose.pydrawing.imaging.ImageFormat) | Initializes new instance of [`ImageDevice`](/page/python-net/aspose.page.eps.device/imagedevice) with specified size of a page and image format. | - - -### Properties -| Property | Description | -| :- | :- | -| [creator](/page/python-net/aspose.page.eps.device/imagedevice/creator) | Returns or specifies creator of resulting device output. | -| [size](/page/python-net/aspose.page.eps.device/imagedevice/size) | Returns or specifies a size of the page. | -| [is_direct_rgb](/page/python-net/aspose.page.eps.device/imagedevice/is_direct_rgb) | Indicates whether device uses direct RGB mode, that is RGB. | -| [background](/page/python-net/aspose.page.eps.device/imagedevice/background) | Indicates whether device uses direct RGB mode, that is RGB. | -| [opacity](/page/python-net/aspose.page.eps.device/imagedevice/opacity) | Returns or specifies current background of the page. | -| [stroke](/page/python-net/aspose.page.eps.device/imagedevice/stroke) | Returns or specifies current stroke. | -| [paint](/page/python-net/aspose.page.eps.device/imagedevice/paint) | Returns or specifies current paint. | -| [opacity_mask](/page/python-net/aspose.page.eps.device/imagedevice/opacity_mask) | Returns or specifies current opacity mask. | -| [char_tm](/page/python-net/aspose.page.eps.device/imagedevice/char_tm) | Returns or specifies current characters transform. | -| [text_rendering_mode](/page/python-net/aspose.page.eps.device/imagedevice/text_rendering_mode) | Returns or specifies current text rendering mode. | -| [text_stroke_width](/page/python-net/aspose.page.eps.device/imagedevice/text_stroke_width) | Returns or specifies current text stroke width. | -| [version](/page/python-net/aspose.page.eps.device/imagedevice/version) | Current device version. | -| [format](/page/python-net/aspose.page.eps.device/imagedevice/format) | Image format. | -| [current_page_number](/page/python-net/aspose.page.eps.device/imagedevice/current_page_number) | Current page number. | -| [images_bytes](/page/python-net/aspose.page.eps.device/imagedevice/images_bytes) | Returns resulting images in bytes, one byte array for one page. | -| [TRANSPARENT](/page/python-net/aspose.page.eps.device/imagedevice/transparent) | "Transparent" property key. | -| [BACKGROUND](/page/python-net/aspose.page.eps.device/imagedevice/background) | Indicates whether device uses direct RGB mode, that is RGB. | -| [BACKGROUND_COLOR](/page/python-net/aspose.page.eps.device/imagedevice/background_color) | "Background color" property key. | -| [PAGE_SIZE](/page/python-net/aspose.page.eps.device/imagedevice/page_size) | "Page size" property key. | -| [PAGE_MARGINS](/page/python-net/aspose.page.eps.device/imagedevice/page_margins) | "Page margins" property key. | -| [ORIENTATION](/page/python-net/aspose.page.eps.device/imagedevice/orientation) | "Orientation" property key. | -| [FIT_TO_PAGE](/page/python-net/aspose.page.eps.device/imagedevice/fit_to_page) | "Fit content to page" property key. | -| [EMBED_FONTS](/page/python-net/aspose.page.eps.device/imagedevice/embed_fonts) | "Embed font in document" property key. | -| [EMIT_WARNINGS](/page/python-net/aspose.page.eps.device/imagedevice/emit_warnings) | "Emit warnings" property value. | -| [EMIT_ERRORS](/page/python-net/aspose.page.eps.device/imagedevice/emit_errors) | "Emit errors" property value. | -| [PRODUCER](/page/python-net/aspose.page.eps.device/imagedevice/producer) | "Producer" property value. | - - -### Methods -| Method | Description | -| :- | :- | -| [rotate](/page/python-net/aspose.page.eps.device/imagedevice/rotate/#float) | Rotate the current transformation matrix over the Z-axis. Calls writeTransform(Transform).
Rotating with a positive angle theta rotates points on the positive x axis
toward the positive y axis. | -| [rotate](/page/python-net/aspose.page.eps.device/imagedevice/rotate/#float-float-float) | Rotate the current transformation matrix around a point. | -| [draw_polyline](/page/python-net/aspose.page.eps.device/imagedevice/draw_polyline/#list-list-int) | Draws a polyline. | -| [draw_polyline](/page/python-net/aspose.page.eps.device/imagedevice/draw_polyline/#list-list-int) | Draws a polyline. | -| [draw_polygon](/page/python-net/aspose.page.eps.device/imagedevice/draw_polygon/#list-list-int) | Draws a polygon. | -| [draw_polygon](/page/python-net/aspose.page.eps.device/imagedevice/draw_polygon/#list-list-int) | Draws a poligone. | -| [fill_polygon](/page/python-net/aspose.page.eps.device/imagedevice/fill_polygon/#list-list-int) | Fills a poligone. | -| [fill_polygon](/page/python-net/aspose.page.eps.device/imagedevice/fill_polygon/#list-list-int) | Fills a poligone. | -| [open_page](/page/python-net/aspose.page.eps.device/imagedevice/open_page/#str) | Makes necessary preparation of the device before page rendering. | -| [open_page](/page/python-net/aspose.page.eps.device/imagedevice/open_page/#float-float) | Makes necessary preparation of the device before each page rendering. | -| [re_new](/page/python-net/aspose.page.eps.device/imagedevice/re_new/#) | Reset device to initial state for whole document. | -| [get_property](/page/python-net/aspose.page.eps.device/imagedevice/get_property/#str) | Gets a value of string property. | -| [get_property_color](/page/python-net/aspose.page.eps.device/imagedevice/get_property_color/#str) | Gets a value of color property. | -| [get_property_rectangle](/page/python-net/aspose.page.eps.device/imagedevice/get_property_rectangle/#str) | Gets a value of rectangle property. | -| [get_property_margins](/page/python-net/aspose.page.eps.device/imagedevice/get_property_margins/#str) | Gets a value of margins property. | -| [get_property_size](/page/python-net/aspose.page.eps.device/imagedevice/get_property_size/#str) | Gets a value of size property. | -| [get_property_int](/page/python-net/aspose.page.eps.device/imagedevice/get_property_int/#str) | Gets a value of integer property. | -| [get_property_double](/page/python-net/aspose.page.eps.device/imagedevice/get_property_double/#str) | Gets a value of double property. | -| [is_property](/page/python-net/aspose.page.eps.device/imagedevice/is_property/#str) | Gets a value of boolean property. | -| [create](/page/python-net/aspose.page.eps.device/imagedevice/create/#) | Creates a copy of this device. | -| [set_transform](/page/python-net/aspose.page.eps.device/imagedevice/set_transform/#aspose.pydrawing.drawing2d.Matrix) | Specifies current transform. | -| [get_transform](/page/python-net/aspose.page.eps.device/imagedevice/get_transform/#) | Gets the current transform. | -| [transform](/page/python-net/aspose.page.eps.device/imagedevice/transform/#aspose.pydrawing.drawing2d.Matrix) | Transforms the current transformation matrix. Calls writeTransform(Transform). | -| [translate](/page/python-net/aspose.page.eps.device/imagedevice/translate/#float-float) | Translates the current transformation matrix. Calls writeTransform(Transform). | -| [scale](/page/python-net/aspose.page.eps.device/imagedevice/scale/#float-float) | Scales the current transformation matrix. Calls writeTransform(Transform). | -| [shear](/page/python-net/aspose.page.eps.device/imagedevice/shear/#float-float) | Shears the current transformation matrix. Calls writeTransform(Transform). | -| [init_clip](/page/python-net/aspose.page.eps.device/imagedevice/init_clip/#) | Initializes a clip of the device. | -| [set_clip](/page/python-net/aspose.page.eps.device/imagedevice/set_clip/#aspose.pydrawing.drawing2d.GraphicsPath) | Clips shape. | -| [draw](/page/python-net/aspose.page.eps.device/imagedevice/draw/#aspose.pydrawing.drawing2d.GraphicsPath) | Draws a path. | -| [fill](/page/python-net/aspose.page.eps.device/imagedevice/fill/#aspose.pydrawing.drawing2d.GraphicsPath) | Fills a path. | -| [draw_string](/page/python-net/aspose.page.eps.device/imagedevice/draw_string/#str-float-float) | Draws a string at given point. | -| [draw_image](/page/python-net/aspose.page.eps.device/imagedevice/draw_image/#aspose.pydrawing.Bitmap-aspose.pydrawing.drawing2d.Matrix-aspose.pydrawing.Color) | Draws an image with assigned transform and background. | -| [start_document](/page/python-net/aspose.page.eps.device/imagedevice/start_document/#) | Makes necessary preparation of device before start rendering of document. | -| [end_document](/page/python-net/aspose.page.eps.device/imagedevice/end_document/#) | Makes necessary preparation of device after the document has been rendered. | -| [dispose](/page/python-net/aspose.page.eps.device/imagedevice/dispose/#) | Disposes the device. | -| [reset](/page/python-net/aspose.page.eps.device/imagedevice/reset/#) | Reset the device to initial state for a page. | -| [write_comment](/page/python-net/aspose.page.eps.device/imagedevice/write_comment/#str) | Writes a comment. | -| [draw_arc](/page/python-net/aspose.page.eps.device/imagedevice/draw_arc/#float-float-float-float-float-float) | Draws an arc. | -| [draw_line](/page/python-net/aspose.page.eps.device/imagedevice/draw_line/#float-float-float-float) | Draws a line segment. | -| [draw_oval](/page/python-net/aspose.page.eps.device/imagedevice/draw_oval/#float-float-float-float) | Draws an oval. | -| [draw_rect](/page/python-net/aspose.page.eps.device/imagedevice/draw_rect/#float-float-float-float) | Draws a rectangle. | -| [draw_round_rect](/page/python-net/aspose.page.eps.device/imagedevice/draw_round_rect/#float-float-float-float-float-float) | Draws a round rectangle. | -| [fill_arc](/page/python-net/aspose.page.eps.device/imagedevice/fill_arc/#float-float-float-float-float-float) | Fills an arc. | -| [fill_oval](/page/python-net/aspose.page.eps.device/imagedevice/fill_oval/#float-float-float-float) | Fills an oval. | -| [fill_rect](/page/python-net/aspose.page.eps.device/imagedevice/fill_rect/#float-float-float-float) | Fills a rectangle. | -| [fill_round_rect](/page/python-net/aspose.page.eps.device/imagedevice/fill_round_rect/#float-float-float-float-float-float) | Fills a round rectangle. | -| [init_page_numbers](/page/python-net/aspose.page.eps.device/imagedevice/init_page_numbers/#) | Initializes numbers of pages to output. | -| [close_page](/page/python-net/aspose.page.eps.device/imagedevice/close_page/#) | Makes necessary preparation of the device after page has been rendered. | -| [update_page_parameters](/page/python-net/aspose.page.eps.device/imagedevice/update_page_parameters/#aspose.page.IMultiPageDevice) | Updates page parameters from other multi-paged device. | - - - -### See Also -* module [`aspose.page.eps.device`](..) -* class [`Device`](/page/python-net/aspose.page/device) -* class [`ImageDevice`](/page/python-net/aspose.page.eps.device/imagedevice) + +### Constructors +| Constructor | Description | +| :- | :- | +| [__init__](/page/python-net/aspose.page.eps.device/imagedevice/__init__/#) | Initializes new instance of [`ImageDevice`](/page/python-net/aspose.page.eps.device/imagedevice). | +| [__init__](/page/python-net/aspose.page.eps.device/imagedevice/__init__/#aspose.pydrawing.Size) | Initializes new instance of [`ImageDevice`](/page/python-net/aspose.page.eps.device/imagedevice) with specified size of a page. | +| [__init__](/page/python-net/aspose.page.eps.device/imagedevice/__init__/#aspose.pydrawing.imaging.ImageFormat) | Initializes new instance of [`ImageDevice`](/page/python-net/aspose.page.eps.device/imagedevice) with specified image format. | +| [__init__](/page/python-net/aspose.page.eps.device/imagedevice/__init__/#aspose.pydrawing.Size-aspose.pydrawing.imaging.ImageFormat) | Initializes new instance of [`ImageDevice`](/page/python-net/aspose.page.eps.device/imagedevice) with specified size of a page and image format. | + + +### Properties +| Property | Description | +| :- | :- | +| [current_page_number](/page/python-net/aspose.page.eps.device/imagedevice/current_page_number) | Current page number. | +| [images_bytes](/page/python-net/aspose.page.eps.device/imagedevice/images_bytes) | Returns resulting images in bytes, one byte array for one page. | +| [TRANSPARENT](/page/python-net/aspose.page.eps.device/imagedevice/transparent) | "Transparent" property key. | +| [BACKGROUND](/page/python-net/aspose.page.eps.device/imagedevice/background) | "Background" property key. | +| [BACKGROUND_COLOR](/page/python-net/aspose.page.eps.device/imagedevice/background_color) | "Background color" property key. | +| [PAGE_SIZE](/page/python-net/aspose.page.eps.device/imagedevice/page_size) | "Page size" property key. | +| [PAGE_MARGINS](/page/python-net/aspose.page.eps.device/imagedevice/page_margins) | "Page margins" property key. | +| [ORIENTATION](/page/python-net/aspose.page.eps.device/imagedevice/orientation) | "Orientation" property key. | +| [FIT_TO_PAGE](/page/python-net/aspose.page.eps.device/imagedevice/fit_to_page) | "Fit content to page" property key. | +| [EMBED_FONTS](/page/python-net/aspose.page.eps.device/imagedevice/embed_fonts) | "Embed font in document" property key. | +| [EMIT_WARNINGS](/page/python-net/aspose.page.eps.device/imagedevice/emit_warnings) | "Emit warnings" property value. | +| [EMIT_ERRORS](/page/python-net/aspose.page.eps.device/imagedevice/emit_errors) | "Emit errors" property value. | +| [PRODUCER](/page/python-net/aspose.page.eps.device/imagedevice/producer) | "Producer" property value. | + + +### Methods +| Method | Description | +| :- | :- | +| [open_page](/page/python-net/aspose.page.eps.device/imagedevice/open_page/#str) | Makes necessary preparation of the device before page rendering. | +| [open_page](/page/python-net/aspose.page.eps.device/imagedevice/open_page/#float-float) | Makes necessary preparation of the device before each page rendering. | +| [init_page_numbers](/page/python-net/aspose.page.eps.device/imagedevice/init_page_numbers/#) | Initializes numbers of pages to output. | +| [close_page](/page/python-net/aspose.page.eps.device/imagedevice/close_page/#) | Makes necessary preparation of the device after page has been rendered. | +| [update_page_parameters](/page/python-net/aspose.page.eps.device/imagedevice/update_page_parameters/#aspose.page.IMultiPageDevice) | Updates page parameters from other multi-paged device. | + + + +### See Also +* module [`aspose.page.eps.device`](..) +* class [`Device`](/page/python-net/aspose.page/device) +* class [`ImageDevice`](/page/python-net/aspose.page.eps.device/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/background/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/background/_index.md index 6cd9431abeac..74d44bd0de9b 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/background/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/background/_index.md @@ -1,26 +1,17 @@ --- -title: background property +title: BACKGROUND property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 580 +weight: 70 url: /python-net/aspose.page.eps.device/imagedevice/background/ is_root: false --- -## background property +## BACKGROUND property -Indicates whether device uses direct RGB mode, that is RGB. -### Definition: -```python -@property -def background(self): - ... -@background.setter -def background(self, value): - ... -``` +"Background" property key. ### See Also * module [`aspose.page.eps.device`](../../) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/background_color/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/background_color/_index.md index ad5cea475cbf..0a15e250ed5c 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/background_color/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/background_color/_index.md @@ -3,7 +3,7 @@ title: BACKGROUND_COLOR property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 480 +weight: 80 url: /python-net/aspose.page.eps.device/imagedevice/background_color/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/char_tm/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/char_tm/_index.md deleted file mode 100644 index 2040abb7fd31..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/char_tm/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: char_tm property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 590 -url: /python-net/aspose.page.eps.device/imagedevice/char_tm/ -is_root: false ---- - -## char_tm property - - -Returns or specifies current characters transform. -### Definition: -```python -@property -def char_tm(self): - ... -@char_tm.setter -def char_tm(self, value): - ... -``` - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.eps.device/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/create/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/create/_index.md deleted file mode 100644 index f4bf894aa71d..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/create/_index.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -title: create method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 30 -url: /python-net/aspose.page.eps.device/imagedevice/create/ -is_root: false ---- - -## create {#} - -Creates a copy of this device. - - -### Returns - - -Copy of this device. - - -```python -def create(self): - ... -``` - - - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.eps.device/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/creator/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/creator/_index.md deleted file mode 100644 index 0aa4cec802b7..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/creator/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: creator property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 600 -url: /python-net/aspose.page.eps.device/imagedevice/creator/ -is_root: false ---- - -## creator property - - -Returns or specifies creator of resulting device output. -### Definition: -```python -@property -def creator(self): - ... -@creator.setter -def creator(self, value): - ... -``` - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.eps.device/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/current_page_number/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/current_page_number/_index.md index 496f305dd330..3cafa7d89f4f 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/current_page_number/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/current_page_number/_index.md @@ -3,7 +3,7 @@ title: current_page_number property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 610 +weight: 180 url: /python-net/aspose.page.eps.device/imagedevice/current_page_number/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/dispose/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/dispose/_index.md deleted file mode 100644 index c954039e8adb..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/dispose/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: dispose method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 40 -url: /python-net/aspose.page.eps.device/imagedevice/dispose/ -is_root: false ---- - -## dispose {#} - -Disposes the device. - - - -```python -def dispose(self): - ... -``` - - - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.eps.device/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/draw/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/draw/_index.md deleted file mode 100644 index b3808e39467f..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/draw/_index.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: draw method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 50 -url: /python-net/aspose.page.eps.device/imagedevice/draw/ -is_root: false ---- - -## draw {#aspose.pydrawing.drawing2d.GraphicsPath} - -Draws a path. - - - -```python -def draw(self, s): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| s | aspose.pydrawing.drawing2d.GraphicsPath | A path to be drawn. | - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.eps.device/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/draw_arc/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/draw_arc/_index.md deleted file mode 100644 index 998a9d8d45ef..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/draw_arc/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: draw_arc method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 60 -url: /python-net/aspose.page.eps.device/imagedevice/draw_arc/ -is_root: false ---- - -## draw_arc {#float-float-float-float-float-float} - -Draws an arc. - - - -```python -def draw_arc(self, x, y, width, height, start_angle, arc_angle): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x | float | X coordinate of center of the arc. | -| y | float | Y coordinate of center of the arc. | -| width | float | A width of circumscribed rectangle. | -| height | float | A height of circumscribed rectangle. | -| start_angle | float | A start angle of the arc. | -| arc_angle | float | An angle of the arc. | - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.eps.device/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/draw_image/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/draw_image/_index.md deleted file mode 100644 index 4ab3581beb50..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/draw_image/_index.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -title: draw_image method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 70 -url: /python-net/aspose.page.eps.device/imagedevice/draw_image/ -is_root: false ---- - -## draw_image {#aspose.pydrawing.Bitmap-aspose.pydrawing.drawing2d.Matrix-aspose.pydrawing.Color} - -Draws an image with assigned transform and background. - - - -```python -def draw_image(self, image, transform, bkg): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| image | aspose.pydrawing.Bitmap | An image to be drawn. | -| transform | aspose.pydrawing.drawing2d.Matrix | A transform. | -| bkg | aspose.pydrawing.Color | A background color. | - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.eps.device/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/draw_line/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/draw_line/_index.md deleted file mode 100644 index 7319903746ca..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/draw_line/_index.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -title: draw_line method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 80 -url: /python-net/aspose.page.eps.device/imagedevice/draw_line/ -is_root: false ---- - -## draw_line {#float-float-float-float} - -Draws a line segment. - - - -```python -def draw_line(self, x1, y1, x2, y2): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x1 | float | X coordinate of the beginning of segment. | -| y1 | float | Y coordinate of the beginning of segment. | -| x2 | float | X coordinate of the end of segment. | -| y2 | float | Y coordinate of the end of segment. | - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.eps.device/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/draw_oval/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/draw_oval/_index.md deleted file mode 100644 index b65e56001073..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/draw_oval/_index.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -title: draw_oval method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 90 -url: /python-net/aspose.page.eps.device/imagedevice/draw_oval/ -is_root: false ---- - -## draw_oval {#float-float-float-float} - -Draws an oval. - - - -```python -def draw_oval(self, x, y, width, height): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x | float | X coordinate of center of the oval. | -| y | float | Y coordinate of center of the oval. | -| width | float | A width of circumscribed rectangle. | -| height | float | A height of circumscribed rectangle. | - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.eps.device/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/draw_polygon/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/draw_polygon/_index.md deleted file mode 100644 index e365acb15941..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/draw_polygon/_index.md +++ /dev/null @@ -1,52 +0,0 @@ ---- -title: draw_polygon method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 100 -url: /python-net/aspose.page.eps.device/imagedevice/draw_polygon/ -is_root: false ---- - -## draw_polygon {#list-list-int} - -Draws a polygon. - - - -```python -def draw_polygon(self, x_points, y_points, n_points): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x_points | list | X coordinates of points. | -| y_points | list | Y coordinate of points. | -| n_points | int | The number of points. | - - -## draw_polygon {#list-list-int} - -Draws a poligone. - - - -```python -def draw_polygon(self, x_points, y_points, n_points): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x_points | list | X coordinates of points. | -| y_points | list | Y coordinate of points. | -| n_points | int | The number of points. | - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.eps.device/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/draw_polyline/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/draw_polyline/_index.md deleted file mode 100644 index 89ac3f615fe5..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/draw_polyline/_index.md +++ /dev/null @@ -1,52 +0,0 @@ ---- -title: draw_polyline method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 110 -url: /python-net/aspose.page.eps.device/imagedevice/draw_polyline/ -is_root: false ---- - -## draw_polyline {#list-list-int} - -Draws a polyline. - - - -```python -def draw_polyline(self, x_points, y_points, n_points): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x_points | list | X coordinates of points. | -| y_points | list | Y coordinate of points. | -| n_points | int | The number of points. | - - -## draw_polyline {#list-list-int} - -Draws a polyline. - - - -```python -def draw_polyline(self, x_points, y_points, n_points): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x_points | list | X coordinates of points. | -| y_points | list | Y coordinate of points. | -| n_points | int | The number of points. | - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.eps.device/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/draw_rect/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/draw_rect/_index.md deleted file mode 100644 index ef4588097a92..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/draw_rect/_index.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -title: draw_rect method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 120 -url: /python-net/aspose.page.eps.device/imagedevice/draw_rect/ -is_root: false ---- - -## draw_rect {#float-float-float-float} - -Draws a rectangle. - - - -```python -def draw_rect(self, x, y, width, height): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x | float | X coordinate of upper left corner of the rectangle. | -| y | float | Y coordinate of upper left corner of the rectangle. | -| width | float | A width of the rectangle. | -| height | float | A height of the rectangle. | - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.eps.device/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/draw_round_rect/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/draw_round_rect/_index.md deleted file mode 100644 index 6238f3601814..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/draw_round_rect/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: draw_round_rect method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 130 -url: /python-net/aspose.page.eps.device/imagedevice/draw_round_rect/ -is_root: false ---- - -## draw_round_rect {#float-float-float-float-float-float} - -Draws a round rectangle. - - - -```python -def draw_round_rect(self, x, y, width, height, arc_width, arc_height): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x | float | X coordinate of upper left corner of the rectangle. | -| y | float | Y coordinate of upper left corner of the rectangle. | -| width | float | A width of the rectangle. | -| height | float | A height of the rectangle. | -| arc_width | float | A width of circumscribed rectangle of the arc that rounds an angle of the rectangle. | -| arc_height | float | A height of circumscribed rectangle of the arc that rounds an angle of the rectangle. | - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.eps.device/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/draw_string/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/draw_string/_index.md deleted file mode 100644 index 4f2c08724ab7..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/draw_string/_index.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -title: draw_string method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 140 -url: /python-net/aspose.page.eps.device/imagedevice/draw_string/ -is_root: false ---- - -## draw_string {#str-float-float} - -Draws a string at given point. - - - -```python -def draw_string(self, str, x, y): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| str | str | A string to be drawn. | -| x | float | X coordinate of point. | -| y | float | Y coordinate of point. | - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.eps.device/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/embed_fonts/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/embed_fonts/_index.md index 6db6e40a922d..e6a44ae535a5 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/embed_fonts/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/embed_fonts/_index.md @@ -3,7 +3,7 @@ title: EMBED_FONTS property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 490 +weight: 90 url: /python-net/aspose.page.eps.device/imagedevice/embed_fonts/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/emit_errors/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/emit_errors/_index.md index e3b6db8d24e7..3caa277c492f 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/emit_errors/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/emit_errors/_index.md @@ -3,7 +3,7 @@ title: EMIT_ERRORS property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 500 +weight: 100 url: /python-net/aspose.page.eps.device/imagedevice/emit_errors/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/emit_warnings/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/emit_warnings/_index.md index f2a8a9033439..d7dbf4cf021b 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/emit_warnings/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/emit_warnings/_index.md @@ -3,7 +3,7 @@ title: EMIT_WARNINGS property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 510 +weight: 110 url: /python-net/aspose.page.eps.device/imagedevice/emit_warnings/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/end_document/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/end_document/_index.md deleted file mode 100644 index 30dbea5d8677..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/end_document/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: end_document method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 150 -url: /python-net/aspose.page.eps.device/imagedevice/end_document/ -is_root: false ---- - -## end_document {#} - -Makes necessary preparation of device after the document has been rendered. - - - -```python -def end_document(self): - ... -``` - - - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.eps.device/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/fill/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/fill/_index.md deleted file mode 100644 index 5f06eaeb599c..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/fill/_index.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: fill method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 160 -url: /python-net/aspose.page.eps.device/imagedevice/fill/ -is_root: false ---- - -## fill {#aspose.pydrawing.drawing2d.GraphicsPath} - -Fills a path. - - - -```python -def fill(self, s): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| s | aspose.pydrawing.drawing2d.GraphicsPath | A path to be filled. | - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.eps.device/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/fill_arc/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/fill_arc/_index.md deleted file mode 100644 index bb76438843cc..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/fill_arc/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: fill_arc method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 170 -url: /python-net/aspose.page.eps.device/imagedevice/fill_arc/ -is_root: false ---- - -## fill_arc {#float-float-float-float-float-float} - -Fills an arc. - - - -```python -def fill_arc(self, x, y, width, height, start_angle, arc_angle): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x | float | X coordinate of center of the arc. | -| y | float | Y coordinate of center of the arc. | -| width | float | A width of circumscribed rectangle. | -| height | float | A height of circumscribed rectangle. | -| start_angle | float | A start angle of the arc. | -| arc_angle | float | An angle of the arc. | - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.eps.device/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/fill_oval/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/fill_oval/_index.md deleted file mode 100644 index f4ab0b875af5..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/fill_oval/_index.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -title: fill_oval method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 180 -url: /python-net/aspose.page.eps.device/imagedevice/fill_oval/ -is_root: false ---- - -## fill_oval {#float-float-float-float} - -Fills an oval. - - - -```python -def fill_oval(self, x, y, width, height): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x | float | X coordinate of center of the oval. | -| y | float | Y coordinate of center of the oval. | -| width | float | A width of circumscribed rectangle. | -| height | float | A height of circumscribed rectangle. | - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.eps.device/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/fill_polygon/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/fill_polygon/_index.md deleted file mode 100644 index ed1b47efd44e..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/fill_polygon/_index.md +++ /dev/null @@ -1,52 +0,0 @@ ---- -title: fill_polygon method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 190 -url: /python-net/aspose.page.eps.device/imagedevice/fill_polygon/ -is_root: false ---- - -## fill_polygon {#list-list-int} - -Fills a poligone. - - - -```python -def fill_polygon(self, x_points, y_points, n_points): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x_points | list | X coordinates of points. | -| y_points | list | Y coordinate of points. | -| n_points | int | The number of points. | - - -## fill_polygon {#list-list-int} - -Fills a poligone. - - - -```python -def fill_polygon(self, x_points, y_points, n_points): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x_points | list | X coordinates of points. | -| y_points | list | Y coordinate of points. | -| n_points | int | The number of points. | - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.eps.device/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/fill_rect/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/fill_rect/_index.md deleted file mode 100644 index fa5e680b0034..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/fill_rect/_index.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -title: fill_rect method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 200 -url: /python-net/aspose.page.eps.device/imagedevice/fill_rect/ -is_root: false ---- - -## fill_rect {#float-float-float-float} - -Fills a rectangle. - - - -```python -def fill_rect(self, x, y, width, height): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x | float | X coordinate of upper left corner of the rectangle. | -| y | float | Y coordinate of upper left corner of the rectangle. | -| width | float | A width of the rectangle. | -| height | float | A height of the rectangle. | - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.eps.device/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/fill_round_rect/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/fill_round_rect/_index.md deleted file mode 100644 index 5954ccbc0e02..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/fill_round_rect/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: fill_round_rect method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 210 -url: /python-net/aspose.page.eps.device/imagedevice/fill_round_rect/ -is_root: false ---- - -## fill_round_rect {#float-float-float-float-float-float} - -Fills a round rectangle. - - - -```python -def fill_round_rect(self, x, y, width, height, arc_width, arc_height): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x | float | X coordinate of upper left corner of the rectangle. | -| y | float | Y coordinate of upper left corner of the rectangle. | -| width | float | A width of the rectangle. | -| height | float | A height of the rectangle. | -| arc_width | float | A width of circumscribed rectangle of the arc that rounds an angle of the rectangle. | -| arc_height | float | A height of circumscribed rectangle of the arc that rounds an angle of the rectangle. | - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.eps.device/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/fit_to_page/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/fit_to_page/_index.md index b4e02863dc4b..9daad086114d 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/fit_to_page/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/fit_to_page/_index.md @@ -3,7 +3,7 @@ title: FIT_TO_PAGE property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 520 +weight: 120 url: /python-net/aspose.page.eps.device/imagedevice/fit_to_page/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/format/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/format/_index.md deleted file mode 100644 index 835126970eb6..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/format/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: format property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 620 -url: /python-net/aspose.page.eps.device/imagedevice/format/ -is_root: false ---- - -## format property - - -Image format. -### Definition: -```python -@property -def format(self): - ... -``` - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.eps.device/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/get_property/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/get_property/_index.md deleted file mode 100644 index 3f749f37275a..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/get_property/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: get_property method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 220 -url: /python-net/aspose.page.eps.device/imagedevice/get_property/ -is_root: false ---- - -## get_property {#str} - -Gets a value of string property. - - -### Returns - - -The property value. - - -```python -def get_property(self, key): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| key | str | The name of property. | - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.eps.device/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/get_property_color/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/get_property_color/_index.md deleted file mode 100644 index fd2db2297b0c..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/get_property_color/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: get_property_color method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 230 -url: /python-net/aspose.page.eps.device/imagedevice/get_property_color/ -is_root: false ---- - -## get_property_color {#str} - -Gets a value of color property. - - -### Returns - - -The property value. - - -```python -def get_property_color(self, key): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| key | str | The name of property. | - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.eps.device/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/get_property_double/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/get_property_double/_index.md deleted file mode 100644 index 1f7dd6b2d4ce..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/get_property_double/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: get_property_double method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 240 -url: /python-net/aspose.page.eps.device/imagedevice/get_property_double/ -is_root: false ---- - -## get_property_double {#str} - -Gets a value of double property. - - -### Returns - - -The property value. - - -```python -def get_property_double(self, key): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| key | str | The name of property. | - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.eps.device/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/get_property_int/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/get_property_int/_index.md deleted file mode 100644 index 7e0547593fa6..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/get_property_int/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: get_property_int method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 250 -url: /python-net/aspose.page.eps.device/imagedevice/get_property_int/ -is_root: false ---- - -## get_property_int {#str} - -Gets a value of integer property. - - -### Returns - - -The property value. - - -```python -def get_property_int(self, key): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| key | str | The name of property. | - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.eps.device/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/get_property_margins/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/get_property_margins/_index.md deleted file mode 100644 index 57a05dbefaa4..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/get_property_margins/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: get_property_margins method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 260 -url: /python-net/aspose.page.eps.device/imagedevice/get_property_margins/ -is_root: false ---- - -## get_property_margins {#str} - -Gets a value of margins property. - - -### Returns - - -The property value. - - -```python -def get_property_margins(self, key): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| key | str | The name of property. | - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.eps.device/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/get_property_rectangle/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/get_property_rectangle/_index.md deleted file mode 100644 index da3cf644a9ca..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/get_property_rectangle/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: get_property_rectangle method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 270 -url: /python-net/aspose.page.eps.device/imagedevice/get_property_rectangle/ -is_root: false ---- - -## get_property_rectangle {#str} - -Gets a value of rectangle property. - - -### Returns - - -The property value. - - -```python -def get_property_rectangle(self, key): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| key | str | The name of property. | - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.eps.device/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/get_property_size/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/get_property_size/_index.md deleted file mode 100644 index 6623b18d9cca..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/get_property_size/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: get_property_size method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 280 -url: /python-net/aspose.page.eps.device/imagedevice/get_property_size/ -is_root: false ---- - -## get_property_size {#str} - -Gets a value of size property. - - -### Returns - - -The property value. - - -```python -def get_property_size(self, key): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| key | str | The name of property. | - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.eps.device/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/get_transform/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/get_transform/_index.md deleted file mode 100644 index f5e7398b475a..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/get_transform/_index.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -title: get_transform method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 290 -url: /python-net/aspose.page.eps.device/imagedevice/get_transform/ -is_root: false ---- - -## get_transform {#} - -Gets the current transform. - - -### Returns - - -Current transform. - - -```python -def get_transform(self): - ... -``` - - - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.eps.device/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/images_bytes/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/images_bytes/_index.md index 846f03e86db8..ab9d62316b06 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/images_bytes/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/images_bytes/_index.md @@ -3,7 +3,7 @@ title: images_bytes property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 630 +weight: 190 url: /python-net/aspose.page.eps.device/imagedevice/images_bytes/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/init_clip/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/init_clip/_index.md deleted file mode 100644 index 4f4e6106673d..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/init_clip/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: init_clip method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 300 -url: /python-net/aspose.page.eps.device/imagedevice/init_clip/ -is_root: false ---- - -## init_clip {#} - -Initializes a clip of the device. - - - -```python -def init_clip(self): - ... -``` - - - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.eps.device/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/init_page_numbers/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/init_page_numbers/_index.md index 0f00c6772d83..69f7f03a7052 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/init_page_numbers/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/init_page_numbers/_index.md @@ -3,7 +3,7 @@ title: init_page_numbers method second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 310 +weight: 30 url: /python-net/aspose.page.eps.device/imagedevice/init_page_numbers/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/is_direct_rgb/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/is_direct_rgb/_index.md deleted file mode 100644 index 8dd250b82112..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/is_direct_rgb/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: is_direct_rgb property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 640 -url: /python-net/aspose.page.eps.device/imagedevice/is_direct_rgb/ -is_root: false ---- - -## is_direct_rgb property - - -Indicates whether device uses direct RGB mode, that is RGB. -### Definition: -```python -@property -def is_direct_rgb(self): - ... -``` - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.eps.device/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/is_property/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/is_property/_index.md deleted file mode 100644 index 7bd478e8126a..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/is_property/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: is_property method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 320 -url: /python-net/aspose.page.eps.device/imagedevice/is_property/ -is_root: false ---- - -## is_property {#str} - -Gets a value of boolean property. - - -### Returns - - -The property value. - - -```python -def is_property(self, key): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| key | str | The name of property. | - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.eps.device/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/opacity/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/opacity/_index.md deleted file mode 100644 index 5b752f889b08..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/opacity/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: opacity property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 650 -url: /python-net/aspose.page.eps.device/imagedevice/opacity/ -is_root: false ---- - -## opacity property - - -Returns or specifies current background of the page. -### Definition: -```python -@property -def opacity(self): - ... -@opacity.setter -def opacity(self, value): - ... -``` - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.eps.device/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/opacity_mask/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/opacity_mask/_index.md deleted file mode 100644 index d5f111fa2a1a..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/opacity_mask/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: opacity_mask property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 660 -url: /python-net/aspose.page.eps.device/imagedevice/opacity_mask/ -is_root: false ---- - -## opacity_mask property - - -Returns or specifies current opacity mask. -### Definition: -```python -@property -def opacity_mask(self): - ... -@opacity_mask.setter -def opacity_mask(self, value): - ... -``` - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.eps.device/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/open_page/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/open_page/_index.md index f666d7eced69..cedee78dbab7 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/open_page/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/open_page/_index.md @@ -3,7 +3,7 @@ title: open_page method second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 330 +weight: 40 url: /python-net/aspose.page.eps.device/imagedevice/open_page/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/orientation/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/orientation/_index.md index 04f0feef4ae7..b1c427b1262d 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/orientation/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/orientation/_index.md @@ -3,7 +3,7 @@ title: ORIENTATION property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 530 +weight: 130 url: /python-net/aspose.page.eps.device/imagedevice/orientation/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/page_margins/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/page_margins/_index.md index 41bdac9b80a5..90534c061b65 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/page_margins/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/page_margins/_index.md @@ -3,7 +3,7 @@ title: PAGE_MARGINS property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 540 +weight: 140 url: /python-net/aspose.page.eps.device/imagedevice/page_margins/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/page_size/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/page_size/_index.md index 719afe82ca69..b4344c883eef 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/page_size/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/page_size/_index.md @@ -3,7 +3,7 @@ title: PAGE_SIZE property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 550 +weight: 150 url: /python-net/aspose.page.eps.device/imagedevice/page_size/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/paint/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/paint/_index.md deleted file mode 100644 index 0b55a74d03d0..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/paint/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: paint property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 670 -url: /python-net/aspose.page.eps.device/imagedevice/paint/ -is_root: false ---- - -## paint property - - -Returns or specifies current paint. -### Definition: -```python -@property -def paint(self): - ... -@paint.setter -def paint(self, value): - ... -``` - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.eps.device/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/producer/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/producer/_index.md index 645eab3d00b0..1ec204e8ae1a 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/producer/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/producer/_index.md @@ -3,7 +3,7 @@ title: PRODUCER property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 560 +weight: 160 url: /python-net/aspose.page.eps.device/imagedevice/producer/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/re_new/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/re_new/_index.md deleted file mode 100644 index 3e035008b87f..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/re_new/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: re_new method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 340 -url: /python-net/aspose.page.eps.device/imagedevice/re_new/ -is_root: false ---- - -## re_new {#} - -Reset device to initial state for whole document. - - - -```python -def re_new(self): - ... -``` - - - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.eps.device/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/reset/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/reset/_index.md deleted file mode 100644 index dda3947cf79f..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/reset/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: reset method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 350 -url: /python-net/aspose.page.eps.device/imagedevice/reset/ -is_root: false ---- - -## reset {#} - -Reset the device to initial state for a page. - - - -```python -def reset(self): - ... -``` - - - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.eps.device/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/rotate/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/rotate/_index.md deleted file mode 100644 index 647b971f1fde..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/rotate/_index.md +++ /dev/null @@ -1,52 +0,0 @@ ---- -title: rotate method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 360 -url: /python-net/aspose.page.eps.device/imagedevice/rotate/ -is_root: false ---- - -## rotate {#float} - -Rotate the current transformation matrix over the Z-axis. Calls writeTransform(Transform). -Rotating with a positive angle theta rotates points on the positive x axis -toward the positive y axis. - - - -```python -def rotate(self, theta): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| theta | float | Angle in radians over which to rotate. | - - -## rotate {#float-float-float} - -Rotate the current transformation matrix around a point. - - - -```python -def rotate(self, theta, x, y): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| theta | float | An angle of rotation in radians. | -| x | float | X coordinate of point. | -| y | float | Y coordinate of point. | - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.eps.device/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/scale/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/scale/_index.md deleted file mode 100644 index 163e2f2d1f74..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/scale/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: scale method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 370 -url: /python-net/aspose.page.eps.device/imagedevice/scale/ -is_root: false ---- - -## scale {#float-float} - -Scales the current transformation matrix. Calls writeTransform(Transform). - - - -```python -def scale(self, sx, sy): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| sx | float | A scale in X axis. | -| sy | float | A scale in Y axis. | - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.eps.device/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/set_clip/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/set_clip/_index.md deleted file mode 100644 index 8fc8fbee2533..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/set_clip/_index.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: set_clip method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 380 -url: /python-net/aspose.page.eps.device/imagedevice/set_clip/ -is_root: false ---- - -## set_clip {#aspose.pydrawing.drawing2d.GraphicsPath} - -Clips shape. - - - -```python -def set_clip(self, path): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| path | aspose.pydrawing.drawing2d.GraphicsPath | Path that is used for clipping. | - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.eps.device/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/set_transform/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/set_transform/_index.md deleted file mode 100644 index 10f06e9aac20..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/set_transform/_index.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: set_transform method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 390 -url: /python-net/aspose.page.eps.device/imagedevice/set_transform/ -is_root: false ---- - -## set_transform {#aspose.pydrawing.drawing2d.Matrix} - -Specifies current transform. - - - -```python -def set_transform(self, transform): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| transform | aspose.pydrawing.drawing2d.Matrix | A transform. | - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.eps.device/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/shear/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/shear/_index.md deleted file mode 100644 index 9e8b03bac9cf..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/shear/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: shear method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 400 -url: /python-net/aspose.page.eps.device/imagedevice/shear/ -is_root: false ---- - -## shear {#float-float} - -Shears the current transformation matrix. Calls writeTransform(Transform). - - - -```python -def shear(self, shx, shy): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| shx | float | A shear in X axis. | -| shy | float | A shear in Y axis. | - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.eps.device/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/start_document/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/start_document/_index.md deleted file mode 100644 index 9108aa4e9395..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/start_document/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: start_document method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 410 -url: /python-net/aspose.page.eps.device/imagedevice/start_document/ -is_root: false ---- - -## start_document {#} - -Makes necessary preparation of device before start rendering of document. - - - -```python -def start_document(self): - ... -``` - - - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.eps.device/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/stroke/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/stroke/_index.md deleted file mode 100644 index 67ec78fd573c..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/stroke/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: stroke property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 690 -url: /python-net/aspose.page.eps.device/imagedevice/stroke/ -is_root: false ---- - -## stroke property - - -Returns or specifies current stroke. -### Definition: -```python -@property -def stroke(self): - ... -@stroke.setter -def stroke(self, value): - ... -``` - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.eps.device/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/text_rendering_mode/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/text_rendering_mode/_index.md deleted file mode 100644 index 3ce359d15223..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/text_rendering_mode/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: text_rendering_mode property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 700 -url: /python-net/aspose.page.eps.device/imagedevice/text_rendering_mode/ -is_root: false ---- - -## text_rendering_mode property - - -Returns or specifies current text rendering mode. -### Definition: -```python -@property -def text_rendering_mode(self): - ... -@text_rendering_mode.setter -def text_rendering_mode(self, value): - ... -``` - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.eps.device/imagedevice) -* class [`TextRenderingMode`](/page/python-net/aspose.page/textrenderingmode) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/text_stroke_width/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/text_stroke_width/_index.md deleted file mode 100644 index 86f143b7faf8..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/text_stroke_width/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: text_stroke_width property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 710 -url: /python-net/aspose.page.eps.device/imagedevice/text_stroke_width/ -is_root: false ---- - -## text_stroke_width property - - -Returns or specifies current text stroke width. -### Definition: -```python -@property -def text_stroke_width(self): - ... -@text_stroke_width.setter -def text_stroke_width(self, value): - ... -``` - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.eps.device/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/transform/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/transform/_index.md deleted file mode 100644 index b1b75e58977e..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/transform/_index.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: transform method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 420 -url: /python-net/aspose.page.eps.device/imagedevice/transform/ -is_root: false ---- - -## transform {#aspose.pydrawing.drawing2d.Matrix} - -Transforms the current transformation matrix. Calls writeTransform(Transform). - - - -```python -def transform(self, transform): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| transform | aspose.pydrawing.drawing2d.Matrix | Transform to be applied. | - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.eps.device/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/translate/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/translate/_index.md deleted file mode 100644 index 666b53e391cf..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/translate/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: translate method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 430 -url: /python-net/aspose.page.eps.device/imagedevice/translate/ -is_root: false ---- - -## translate {#float-float} - -Translates the current transformation matrix. Calls writeTransform(Transform). - - - -```python -def translate(self, x, y): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x | float | Translation in X axis. | -| y | float | Translation in Y axis. | - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.eps.device/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/transparent/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/transparent/_index.md index c11f9f6ab83a..30d8a9d172f2 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/transparent/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/transparent/_index.md @@ -3,7 +3,7 @@ title: TRANSPARENT property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 570 +weight: 170 url: /python-net/aspose.page.eps.device/imagedevice/transparent/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/update_page_parameters/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/update_page_parameters/_index.md index 6f0ba67204d6..af208dec8971 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/update_page_parameters/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/update_page_parameters/_index.md @@ -3,7 +3,7 @@ title: update_page_parameters method second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 440 +weight: 50 url: /python-net/aspose.page.eps.device/imagedevice/update_page_parameters/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/version/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/version/_index.md deleted file mode 100644 index b3cbe4216e12..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/version/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: version property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 720 -url: /python-net/aspose.page.eps.device/imagedevice/version/ -is_root: false ---- - -## version property - - -Current device version. - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.eps.device/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/write_comment/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/write_comment/_index.md deleted file mode 100644 index ecad87c6e219..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/write_comment/_index.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: write_comment method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 450 -url: /python-net/aspose.page.eps.device/imagedevice/write_comment/ -is_root: false ---- - -## write_comment {#str} - -Writes a comment. - - - -```python -def write_comment(self, comment): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| comment | str | A comment to be written. | - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.eps.device/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagesaveoptions/__init__/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagesaveoptions/__init__/_index.md index 25f1d9d236eb..5aed524fb09f 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagesaveoptions/__init__/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagesaveoptions/__init__/_index.md @@ -23,6 +23,42 @@ def __init__(self): +## __init__ {#aspose.page.drawing.imaging.ImageFormat} + +Initializes a new instance of the [`ImageSaveOptions`](/page/python-net/aspose.page.eps.device/imagesaveoptions) with +with specified image format. + + + +```python +def __init__(self, image_format): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| image_format | aspose.page.drawing.imaging.ImageFormat | The format of the image. | + + +## __init__ {#aspose.page.drawing.Size} + +Initializes a new instance of the [`ImageSaveOptions`](/page/python-net/aspose.page.eps.device/imagesaveoptions) with +with specified size of the image. + + + +```python +def __init__(self, size): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| size | aspose.page.drawing.Size | The image size. | + + ## __init__ {#bool} Initializes a new instance of the [`ImageSaveOptions`](/page/python-net/aspose.page.eps.device/imagesaveoptions) with @@ -41,6 +77,83 @@ def __init__(self, supress_errors): | supress_errors | bool | Specifies whether errors must be suppressed or not.
If true suppressed errors are added to Exceptions list. | +## __init__ {#aspose.page.drawing.Size-aspose.page.drawing.imaging.ImageFormat} + +Initializes a new instance of the [`ImageSaveOptions`](/page/python-net/aspose.page.eps.device/imagesaveoptions) with +with specified size of the image and image format. + + + +```python +def __init__(self, size, image_format): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| size | aspose.page.drawing.Size | The image size. | +| image_format | aspose.page.drawing.imaging.ImageFormat | The format of the image. | + + +## __init__ {#aspose.page.drawing.imaging.ImageFormat-bool} + +Initializes a new instance of the [`ImageSaveOptions`](/page/python-net/aspose.page.eps.device/imagesaveoptions) with +with specified image format. + + + +```python +def __init__(self, image_format, supress_errors): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| image_format | aspose.page.drawing.imaging.ImageFormat | The format of the image. | +| supress_errors | bool | Specifies whether errors must be suppressed or not.
If true suppressed errors are added to Exceptions list. | + + +## __init__ {#aspose.page.drawing.Size-bool} + +Initializes a new instance of the [`ImageSaveOptions`](/page/python-net/aspose.page.eps.device/imagesaveoptions) with +with specified size. + + + +```python +def __init__(self, size, supress_errors): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| size | aspose.page.drawing.Size | The image size. | +| supress_errors | bool | Specifies whether errors must be suppressed or not.
If true suppressed errors are added to Exceptions list. | + + +## __init__ {#aspose.page.drawing.Size-aspose.page.drawing.imaging.ImageFormat-bool} + +Initializes a new instance of the [`ImageSaveOptions`](/page/python-net/aspose.page.eps.device/imagesaveoptions) with +with specified size of the image and image format. + + + +```python +def __init__(self, size, image_format, supress_errors): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| size | aspose.page.drawing.Size | The image size. | +| image_format | aspose.page.drawing.imaging.ImageFormat | The format of the image. | +| supress_errors | bool | Specifies whether errors must be suppressed or not.
If true suppressed errors are added to Exceptions list. | + + ### See Also * module [`aspose.page.eps.device`](../../) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagesaveoptions/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagesaveoptions/_index.md index eadd4a16d64e..9fe9b50efe84 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagesaveoptions/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagesaveoptions/_index.md @@ -25,6 +25,12 @@ The ImageSaveOptions type exposes the following members: | Constructor | Description | | :- | :- | | [__init__](/page/python-net/aspose.page.eps.device/imagesaveoptions/__init__/#) | Initializes a new instance of the [`ImageSaveOptions`](/page/python-net/aspose.page.eps.device/imagesaveoptions) class with default values
for flags SuppressErrors (true) and Debug (false). | +| [__init__](/page/python-net/aspose.page.eps.device/imagesaveoptions/__init__/#aspose.page.drawing.imaging.ImageFormat) | Initializes a new instance of the [`ImageSaveOptions`](/page/python-net/aspose.page.eps.device/imagesaveoptions) with
with specified image format. | +| [__init__](/page/python-net/aspose.page.eps.device/imagesaveoptions/__init__/#aspose.page.drawing.Size) | Initializes a new instance of the [`ImageSaveOptions`](/page/python-net/aspose.page.eps.device/imagesaveoptions) with
with specified size of the image. | +| [__init__](/page/python-net/aspose.page.eps.device/imagesaveoptions/__init__/#aspose.page.drawing.Size-aspose.page.drawing.imaging.ImageFormat) | Initializes a new instance of the [`ImageSaveOptions`](/page/python-net/aspose.page.eps.device/imagesaveoptions) with
with specified size of the image and image format. | +| [__init__](/page/python-net/aspose.page.eps.device/imagesaveoptions/__init__/#aspose.page.drawing.imaging.ImageFormat-bool) | Initializes a new instance of the [`ImageSaveOptions`](/page/python-net/aspose.page.eps.device/imagesaveoptions) with
with specified image format. | +| [__init__](/page/python-net/aspose.page.eps.device/imagesaveoptions/__init__/#aspose.page.drawing.Size-bool) | Initializes a new instance of the [`ImageSaveOptions`](/page/python-net/aspose.page.eps.device/imagesaveoptions) with
with specified size. | +| [__init__](/page/python-net/aspose.page.eps.device/imagesaveoptions/__init__/#aspose.page.drawing.Size-aspose.page.drawing.imaging.ImageFormat-bool) | Initializes a new instance of the [`ImageSaveOptions`](/page/python-net/aspose.page.eps.device/imagesaveoptions) with
with specified size of the image and image format. | | [__init__](/page/python-net/aspose.page.eps.device/imagesaveoptions/__init__/#bool) | Initializes a new instance of the [`ImageSaveOptions`](/page/python-net/aspose.page.eps.device/imagesaveoptions) with
default value for flag Debug (false). | @@ -32,11 +38,13 @@ The ImageSaveOptions type exposes the following members: | Property | Description | | :- | :- | | [supress_errors](/page/python-net/aspose.page.eps.device/imagesaveoptions/supress_errors) | Specifies whether errors must be suppressed or not.
If true suppressed errors are added to [`SaveOptions.Exceptions`](/page/python-net/aspose.page/saveoptions) list.
If false the first error will terminate the program. | +| [size](/page/python-net/aspose.page.eps.device/imagesaveoptions/size) | Gets/sets the size of the image. | | [debug](/page/python-net/aspose.page.eps.device/imagesaveoptions/debug) | Specifies whether debug information must be printed to standard output stream or not. | | [additional_fonts_folders](/page/python-net/aspose.page.eps.device/imagesaveoptions/additional_fonts_folders) | Specifies additional folders where converter should find fonts for input document.
Default folder are standard fonts folder where OS finds fonts for internal needs. | | [jpeg_quality_level](/page/python-net/aspose.page.eps.device/imagesaveoptions/jpeg_quality_level) | The Quality category specifies the level of compression for an image.
Available values are 0 to 100.
The lower the number specified, the higher the compression and therefore the lower the quality of the image.
0 value results in lowest quality image, while 100 results in highest. | -| [resolution](/page/python-net/aspose.page.eps.device/imagesaveoptions/resolution) | Gets/sets the image resolution. | | [smoothing_mode](/page/python-net/aspose.page.eps.device/imagesaveoptions/smoothing_mode) | Gets/sets the smoothing mode for rendering image. | +| [resolution](/page/python-net/aspose.page.eps.device/imagesaveoptions/resolution) | Gets/sets the image resolution. | +| [image_format](/page/python-net/aspose.page.eps.device/imagesaveoptions/image_format) | Gets/sets an image format for resulting image. | diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagesaveoptions/image_format/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagesaveoptions/image_format/_index.md new file mode 100644 index 000000000000..6cbd3d8ec658 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagesaveoptions/image_format/_index.md @@ -0,0 +1,28 @@ +--- +title: image_format property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 50 +url: /python-net/aspose.page.eps.device/imagesaveoptions/image_format/ +is_root: false +--- + +## image_format property + + +Gets/sets an image format for resulting image. +### Definition: +```python +@property +def image_format(self): + ... +@image_format.setter +def image_format(self, value): + ... +``` + +### See Also +* module [`aspose.page.eps.device`](../../) +* class [`ImageFormat`](/page/python-net/aspose.page.drawing.imaging/imageformat) +* class [`ImageSaveOptions`](/page/python-net/aspose.page.eps.device/imagesaveoptions) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagesaveoptions/jpeg_quality_level/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagesaveoptions/jpeg_quality_level/_index.md index 863c53ea1566..520c7cfa1dfe 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagesaveoptions/jpeg_quality_level/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagesaveoptions/jpeg_quality_level/_index.md @@ -3,7 +3,7 @@ title: jpeg_quality_level property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 50 +weight: 60 url: /python-net/aspose.page.eps.device/imagesaveoptions/jpeg_quality_level/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagesaveoptions/resolution/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagesaveoptions/resolution/_index.md index 3bc9c03be08a..847269f718c4 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagesaveoptions/resolution/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagesaveoptions/resolution/_index.md @@ -3,7 +3,7 @@ title: resolution property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 60 +weight: 70 url: /python-net/aspose.page.eps.device/imagesaveoptions/resolution/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagesaveoptions/size/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagesaveoptions/size/_index.md new file mode 100644 index 000000000000..a4dbf44d01ee --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagesaveoptions/size/_index.md @@ -0,0 +1,28 @@ +--- +title: size property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 80 +url: /python-net/aspose.page.eps.device/imagesaveoptions/size/ +is_root: false +--- + +## size property + + +Gets/sets the size of the image. +### Definition: +```python +@property +def size(self): + ... +@size.setter +def size(self, value): + ... +``` + +### See Also +* module [`aspose.page.eps.device`](../../) +* class [`ImageSaveOptions`](/page/python-net/aspose.page.eps.device/imagesaveoptions) +* class [`Size`](/page/python-net/aspose.page.drawing/size) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagesaveoptions/smoothing_mode/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagesaveoptions/smoothing_mode/_index.md index a59e935c5e56..a6ac7fa149bd 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagesaveoptions/smoothing_mode/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagesaveoptions/smoothing_mode/_index.md @@ -3,7 +3,7 @@ title: smoothing_mode property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 70 +weight: 90 url: /python-net/aspose.page.eps.device/imagesaveoptions/smoothing_mode/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagesaveoptions/supress_errors/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagesaveoptions/supress_errors/_index.md index deb8b6308ef7..dae840dd3e10 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagesaveoptions/supress_errors/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagesaveoptions/supress_errors/_index.md @@ -3,7 +3,7 @@ title: supress_errors property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 80 +weight: 100 url: /python-net/aspose.page.eps.device/imagesaveoptions/supress_errors/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/_index.md index 01b81decbcad..a614656bb312 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/_index.md @@ -1,127 +1,71 @@ ---- -title: PdfDevice class -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 30 -url: /python-net/aspose.page.eps.device/pdfdevice/ -is_root: false +--- +title: PdfDevice class +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 30 +url: /python-net/aspose.page.eps.device/pdfdevice/ +is_root: false --- - + ## PdfDevice class - + This class encapsulates rendering of document to PDF. - -**Inheritance:** [`PdfDevice`](/page/python-net/aspose.page.eps.device/pdfdevice) → + +**Inheritance:** [`PdfDevice`](/page/python-net/aspose.page.eps.device/pdfdevice) → [`Device`](/page/python-net/aspose.page/device) - + The PdfDevice type exposes the following members: - -### Constructors -| Constructor | Description | -| :- | :- | -| [__init__](/page/python-net/aspose.page.eps.device/pdfdevice/__init__/#io.RawIOBase) | Initializes new instance of [`PdfDevice`](/page/python-net/aspose.page.eps.device/pdfdevice) with output stream. | -| [__init__](/page/python-net/aspose.page.eps.device/pdfdevice/__init__/#io.RawIOBase-aspose.pydrawing.Size) | Initializes new instance of [`PdfDevice`](/page/python-net/aspose.page.eps.device/pdfdevice) with output stream and specified size of a page. | - - -### Properties -| Property | Description | -| :- | :- | -| [creator](/page/python-net/aspose.page.eps.device/pdfdevice/creator) | Returns or specifies creator of resulting device output. | -| [size](/page/python-net/aspose.page.eps.device/pdfdevice/size) | Returns or specifies a size of the page. | -| [is_direct_rgb](/page/python-net/aspose.page.eps.device/pdfdevice/is_direct_rgb) | Indicates whether device uses direct RGB mode, that is RGB. | -| [background](/page/python-net/aspose.page.eps.device/pdfdevice/background) | Returns or specifies current background of the page. | -| [opacity](/page/python-net/aspose.page.eps.device/pdfdevice/opacity) | Returns or specifies current opacity. | -| [stroke](/page/python-net/aspose.page.eps.device/pdfdevice/stroke) | Returns or specifies current stroke. | -| [paint](/page/python-net/aspose.page.eps.device/pdfdevice/paint) | Returns or specifies current paint. | -| [opacity_mask](/page/python-net/aspose.page.eps.device/pdfdevice/opacity_mask) | Returns or specifies current opacity mask. | -| [char_tm](/page/python-net/aspose.page.eps.device/pdfdevice/char_tm) | Returns or specifies current characters transform. | -| [text_rendering_mode](/page/python-net/aspose.page.eps.device/pdfdevice/text_rendering_mode) | Returns or specifies current text rendering mode. | -| [text_stroke_width](/page/python-net/aspose.page.eps.device/pdfdevice/text_stroke_width) | Returns or specifies current text stroke width. | -| [version](/page/python-net/aspose.page.eps.device/pdfdevice/version) | "Version" property key. | -| [current_page_number](/page/python-net/aspose.page.eps.device/pdfdevice/current_page_number) | Current page number. | -| [output_stream](/page/python-net/aspose.page.eps.device/pdfdevice/output_stream) | Specifies or returns an output stream. | -| [VERSION](/page/python-net/aspose.page.eps.device/pdfdevice/version) | "Version" property key. | -| [VERSION5](/page/python-net/aspose.page.eps.device/pdfdevice/version5) | "Version of Adobe Acrobat Reader" property value. | -| [TRANSPARENT](/page/python-net/aspose.page.eps.device/pdfdevice/transparent) | "Transparent" property key. | -| [BACKGROUND](/page/python-net/aspose.page.eps.device/pdfdevice/background) | Returns or specifies current background of the page. | -| [BACKGROUND_COLOR](/page/python-net/aspose.page.eps.device/pdfdevice/background_color) | "Background color" property key. | -| [PAGE_SIZE](/page/python-net/aspose.page.eps.device/pdfdevice/page_size) | "Page size" property key. | -| [PAGE_MARGINS](/page/python-net/aspose.page.eps.device/pdfdevice/page_margins) | "Page margins" property key. | -| [ORIENTATION](/page/python-net/aspose.page.eps.device/pdfdevice/orientation) | "Orientation" property key. | -| [FIT_TO_PAGE](/page/python-net/aspose.page.eps.device/pdfdevice/fit_to_page) | "Fit content to page" property key. | -| [EMBED_FONTS](/page/python-net/aspose.page.eps.device/pdfdevice/embed_fonts) | "Embed font in document" property key. | -| [EMBED_FONTS_AS](/page/python-net/aspose.page.eps.device/pdfdevice/embed_fonts_as) | "What font type is used for embedding" property key. | -| [COMPRESS](/page/python-net/aspose.page.eps.device/pdfdevice/compress) | "Compress" property key. | -| [WRITE_IMAGES_AS](/page/python-net/aspose.page.eps.device/pdfdevice/write_images_as) | "Format of images" property key. | -| [AUTHOR](/page/python-net/aspose.page.eps.device/pdfdevice/author) | "Author" property value. | -| [TITLE](/page/python-net/aspose.page.eps.device/pdfdevice/title) | "Title" property value. | -| [SUBJECT](/page/python-net/aspose.page.eps.device/pdfdevice/subject) | "Subject" property value. | -| [KEYWORDS](/page/python-net/aspose.page.eps.device/pdfdevice/keywords) | "Keywords" property value. | -| [EMIT_WARNINGS](/page/python-net/aspose.page.eps.device/pdfdevice/emit_warnings) | "Emit warnings" property value. | -| [EMIT_ERRORS](/page/python-net/aspose.page.eps.device/pdfdevice/emit_errors) | "Emit errors" property value. | - - -### Methods -| Method | Description | -| :- | :- | -| [rotate](/page/python-net/aspose.page.eps.device/pdfdevice/rotate/#float) | Rotate the current transform over the Z-axis. Calls writeTransform(Transform).
Rotating with a positive angle theta rotates points on the positive x axis
toward the positive y axis. | -| [rotate](/page/python-net/aspose.page.eps.device/pdfdevice/rotate/#float-float-float) | Rotate the current transformation matrix around a point. | -| [draw_polyline](/page/python-net/aspose.page.eps.device/pdfdevice/draw_polyline/#list-list-int) | Draws a polyline. | -| [draw_polyline](/page/python-net/aspose.page.eps.device/pdfdevice/draw_polyline/#list-list-int) | Draws a polyline. | -| [draw_polygon](/page/python-net/aspose.page.eps.device/pdfdevice/draw_polygon/#list-list-int) | Draws a polygon. | -| [draw_polygon](/page/python-net/aspose.page.eps.device/pdfdevice/draw_polygon/#list-list-int) | Draws a poligone. | -| [fill_polygon](/page/python-net/aspose.page.eps.device/pdfdevice/fill_polygon/#list-list-int) | Fills a poligone. | -| [fill_polygon](/page/python-net/aspose.page.eps.device/pdfdevice/fill_polygon/#list-list-int) | Fills a poligone. | -| [open_page](/page/python-net/aspose.page.eps.device/pdfdevice/open_page/#str) | Makes necessary preparation of the device before page rendering. | -| [open_page](/page/python-net/aspose.page.eps.device/pdfdevice/open_page/#float-float) | Makes necessary preparation of the device before each page rendering. | -| [re_new](/page/python-net/aspose.page.eps.device/pdfdevice/re_new/#) | Reset device to initial state for whole document. Used for reseting output stream. | -| [get_property](/page/python-net/aspose.page.eps.device/pdfdevice/get_property/#str) | Gets a value of string property. | -| [get_property_color](/page/python-net/aspose.page.eps.device/pdfdevice/get_property_color/#str) | Gets a value of color property. | -| [get_property_rectangle](/page/python-net/aspose.page.eps.device/pdfdevice/get_property_rectangle/#str) | Gets a value of rectangle property. | -| [get_property_margins](/page/python-net/aspose.page.eps.device/pdfdevice/get_property_margins/#str) | Gets a value of margin property. | -| [get_property_size](/page/python-net/aspose.page.eps.device/pdfdevice/get_property_size/#str) | Gets a value of size property. | -| [get_property_int](/page/python-net/aspose.page.eps.device/pdfdevice/get_property_int/#str) | Gets a value of integer property. | -| [get_property_double](/page/python-net/aspose.page.eps.device/pdfdevice/get_property_double/#str) | Gets a value of double property. | -| [is_property](/page/python-net/aspose.page.eps.device/pdfdevice/is_property/#str) | Gets a value of boolean property. | -| [create](/page/python-net/aspose.page.eps.device/pdfdevice/create/#) | Creates a copy of this device. | -| [set_transform](/page/python-net/aspose.page.eps.device/pdfdevice/set_transform/#aspose.pydrawing.drawing2d.Matrix) | Specifies the current transform. Since most output formats do not
implement this functionality, the inverse transform of the
currentTransform is calculated and multiplied by the
transform to be set.The result is then forwarded by a call
to writeTransform(Transform). | -| [get_transform](/page/python-net/aspose.page.eps.device/pdfdevice/get_transform/#) | Gets current transform. | -| [transform](/page/python-net/aspose.page.eps.device/pdfdevice/transform/#aspose.pydrawing.drawing2d.Matrix) | Transforms the current transformation matrix. Calls writeTransform(Transform) | -| [translate](/page/python-net/aspose.page.eps.device/pdfdevice/translate/#float-float) | Translates the current transformation matrix. Calls writeTransform(Transform). | -| [scale](/page/python-net/aspose.page.eps.device/pdfdevice/scale/#float-float) | Scales the current transformation matrix. Calls writeTransform(Transform). | -| [shear](/page/python-net/aspose.page.eps.device/pdfdevice/shear/#float-float) | Shears the current transformation matrix. Calls writeTransform(Transform). | -| [init_clip](/page/python-net/aspose.page.eps.device/pdfdevice/init_clip/#) | Initializes clip of the device. | -| [set_clip](/page/python-net/aspose.page.eps.device/pdfdevice/set_clip/#aspose.pydrawing.drawing2d.GraphicsPath) | Specifies the clip of the device. | -| [draw](/page/python-net/aspose.page.eps.device/pdfdevice/draw/#aspose.pydrawing.drawing2d.GraphicsPath) | Draws a path. | -| [fill](/page/python-net/aspose.page.eps.device/pdfdevice/fill/#aspose.pydrawing.drawing2d.GraphicsPath) | Fills a path. | -| [draw_string](/page/python-net/aspose.page.eps.device/pdfdevice/draw_string/#str-float-float) | Draws a string at given point. | -| [draw_image](/page/python-net/aspose.page.eps.device/pdfdevice/draw_image/#aspose.pydrawing.Bitmap-aspose.pydrawing.drawing2d.Matrix-aspose.pydrawing.Color) | Draws an image with assigned transform and background. | -| [start_document](/page/python-net/aspose.page.eps.device/pdfdevice/start_document/#) | Makes necessary preparation of device before start rendering of document. | -| [end_document](/page/python-net/aspose.page.eps.device/pdfdevice/end_document/#) | Makes necessary preparation of device after the document has been rendered. | -| [dispose](/page/python-net/aspose.page.eps.device/pdfdevice/dispose/#) | Disposes the graphics context. If on creation restoreOnDispose was true,
writeGraphicsRestore() will be called. | -| [reset](/page/python-net/aspose.page.eps.device/pdfdevice/reset/#) | If page device parameters will be set this method allows to return writing stream back the begining of page. | -| [write_comment](/page/python-net/aspose.page.eps.device/pdfdevice/write_comment/#str) | Writes a comment. | -| [draw_arc](/page/python-net/aspose.page.eps.device/pdfdevice/draw_arc/#float-float-float-float-float-float) | Draws an arc. | -| [draw_line](/page/python-net/aspose.page.eps.device/pdfdevice/draw_line/#float-float-float-float) | Draws a line segment. | -| [draw_oval](/page/python-net/aspose.page.eps.device/pdfdevice/draw_oval/#float-float-float-float) | Draws an oval. | -| [draw_rect](/page/python-net/aspose.page.eps.device/pdfdevice/draw_rect/#float-float-float-float) | Draws a rectangle. | -| [draw_round_rect](/page/python-net/aspose.page.eps.device/pdfdevice/draw_round_rect/#float-float-float-float-float-float) | Draws a round rectangle. | -| [fill_arc](/page/python-net/aspose.page.eps.device/pdfdevice/fill_arc/#float-float-float-float-float-float) | Fills an arc. | -| [fill_oval](/page/python-net/aspose.page.eps.device/pdfdevice/fill_oval/#float-float-float-float) | Fills an oval. | -| [fill_rect](/page/python-net/aspose.page.eps.device/pdfdevice/fill_rect/#float-float-float-float) | Fills a rectangle. | -| [fill_round_rect](/page/python-net/aspose.page.eps.device/pdfdevice/fill_round_rect/#float-float-float-float-float-float) | Fills a round rectangle. | -| [init_page_numbers](/page/python-net/aspose.page.eps.device/pdfdevice/init_page_numbers/#) | Initializes numbers of pages to output. | -| [close_page](/page/python-net/aspose.page.eps.device/pdfdevice/close_page/#) | Makes necessary preparation of the device after page has been rendered. | -| [update_page_parameters](/page/python-net/aspose.page.eps.device/pdfdevice/update_page_parameters/#aspose.page.IMultiPageDevice) | Updates page parameters from other multi-paged device. | - - - -### See Also -* module [`aspose.page.eps.device`](..) -* class [`Device`](/page/python-net/aspose.page/device) -* class [`PdfDevice`](/page/python-net/aspose.page.eps.device/pdfdevice) + +### Constructors +| Constructor | Description | +| :- | :- | +| [__init__](/page/python-net/aspose.page.eps.device/pdfdevice/__init__/#io.RawIOBase) | Initializes new instance of [`PdfDevice`](/page/python-net/aspose.page.eps.device/pdfdevice) with output stream. | +| [__init__](/page/python-net/aspose.page.eps.device/pdfdevice/__init__/#io.RawIOBase-aspose.pydrawing.Size) | Initializes new instance of [`PdfDevice`](/page/python-net/aspose.page.eps.device/pdfdevice) with output stream and specified size of a page. | + + +### Properties +| Property | Description | +| :- | :- | +| [current_page_number](/page/python-net/aspose.page.eps.device/pdfdevice/current_page_number) | Current page number. | +| [output_stream](/page/python-net/aspose.page.eps.device/pdfdevice/output_stream) | Specifies or returns an output stream. | +| [VERSION](/page/python-net/aspose.page.eps.device/pdfdevice/version) | "Version" property key. | +| [VERSION5](/page/python-net/aspose.page.eps.device/pdfdevice/version5) | "Version of Adobe Acrobat Reader" property value. | +| [TRANSPARENT](/page/python-net/aspose.page.eps.device/pdfdevice/transparent) | "Transparent" property key. | +| [BACKGROUND](/page/python-net/aspose.page.eps.device/pdfdevice/background) | "Background" property key. | +| [BACKGROUND_COLOR](/page/python-net/aspose.page.eps.device/pdfdevice/background_color) | "Background color" property key. | +| [PAGE_SIZE](/page/python-net/aspose.page.eps.device/pdfdevice/page_size) | "Page size" property key. | +| [PAGE_MARGINS](/page/python-net/aspose.page.eps.device/pdfdevice/page_margins) | "Page margins" property key. | +| [ORIENTATION](/page/python-net/aspose.page.eps.device/pdfdevice/orientation) | "Orientation" property key. | +| [FIT_TO_PAGE](/page/python-net/aspose.page.eps.device/pdfdevice/fit_to_page) | "Fit content to page" property key. | +| [EMBED_FONTS](/page/python-net/aspose.page.eps.device/pdfdevice/embed_fonts) | "Embed font in document" property key. | +| [EMBED_FONTS_AS](/page/python-net/aspose.page.eps.device/pdfdevice/embed_fonts_as) | "What font type is used for embedding" property key. | +| [COMPRESS](/page/python-net/aspose.page.eps.device/pdfdevice/compress) | "Compress" property key. | +| [WRITE_IMAGES_AS](/page/python-net/aspose.page.eps.device/pdfdevice/write_images_as) | "Format of images" property key. | +| [AUTHOR](/page/python-net/aspose.page.eps.device/pdfdevice/author) | "Author" property value. | +| [TITLE](/page/python-net/aspose.page.eps.device/pdfdevice/title) | "Title" property value. | +| [SUBJECT](/page/python-net/aspose.page.eps.device/pdfdevice/subject) | "Subject" property value. | +| [KEYWORDS](/page/python-net/aspose.page.eps.device/pdfdevice/keywords) | "Keywords" property value. | +| [EMIT_WARNINGS](/page/python-net/aspose.page.eps.device/pdfdevice/emit_warnings) | "Emit warnings" property value. | +| [EMIT_ERRORS](/page/python-net/aspose.page.eps.device/pdfdevice/emit_errors) | "Emit errors" property value. | + + +### Methods +| Method | Description | +| :- | :- | +| [open_page](/page/python-net/aspose.page.eps.device/pdfdevice/open_page/#str) | Makes necessary preparation of the device before page rendering. | +| [open_page](/page/python-net/aspose.page.eps.device/pdfdevice/open_page/#float-float) | Makes necessary preparation of the device before each page rendering. | +| [init_page_numbers](/page/python-net/aspose.page.eps.device/pdfdevice/init_page_numbers/#) | Initializes numbers of pages to output. | +| [close_page](/page/python-net/aspose.page.eps.device/pdfdevice/close_page/#) | Makes necessary preparation of the device after page has been rendered. | +| [update_page_parameters](/page/python-net/aspose.page.eps.device/pdfdevice/update_page_parameters/#aspose.page.IMultiPageDevice) | Updates page parameters from other multi-paged device. | + + + +### See Also +* module [`aspose.page.eps.device`](..) +* class [`Device`](/page/python-net/aspose.page/device) +* class [`PdfDevice`](/page/python-net/aspose.page.eps.device/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/author/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/author/_index.md index 09cd30c93390..985d9a3d8f24 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/author/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/author/_index.md @@ -3,7 +3,7 @@ title: AUTHOR property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 470 +weight: 70 url: /python-net/aspose.page.eps.device/pdfdevice/author/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/background/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/background/_index.md index fe789d431263..5b7f4fe283a9 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/background/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/background/_index.md @@ -1,26 +1,17 @@ --- -title: background property +title: BACKGROUND property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 660 +weight: 80 url: /python-net/aspose.page.eps.device/pdfdevice/background/ is_root: false --- -## background property +## BACKGROUND property -Returns or specifies current background of the page. -### Definition: -```python -@property -def background(self): - ... -@background.setter -def background(self, value): - ... -``` +"Background" property key. ### See Also * module [`aspose.page.eps.device`](../../) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/background_color/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/background_color/_index.md index 97d6f850220a..01a43be97de1 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/background_color/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/background_color/_index.md @@ -3,7 +3,7 @@ title: BACKGROUND_COLOR property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 490 +weight: 90 url: /python-net/aspose.page.eps.device/pdfdevice/background_color/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/char_tm/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/char_tm/_index.md deleted file mode 100644 index 47ab997d8d47..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/char_tm/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: char_tm property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 670 -url: /python-net/aspose.page.eps.device/pdfdevice/char_tm/ -is_root: false ---- - -## char_tm property - - -Returns or specifies current characters transform. -### Definition: -```python -@property -def char_tm(self): - ... -@char_tm.setter -def char_tm(self, value): - ... -``` - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.eps.device/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/compress/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/compress/_index.md index 92b6dbf6bba9..cc20afa3f83a 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/compress/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/compress/_index.md @@ -3,7 +3,7 @@ title: COMPRESS property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 500 +weight: 100 url: /python-net/aspose.page.eps.device/pdfdevice/compress/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/create/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/create/_index.md deleted file mode 100644 index 6204d79377aa..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/create/_index.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -title: create method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 30 -url: /python-net/aspose.page.eps.device/pdfdevice/create/ -is_root: false ---- - -## create {#} - -Creates a copy of this device. - - -### Returns - - -Copy of this device. - - -```python -def create(self): - ... -``` - - - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.eps.device/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/creator/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/creator/_index.md deleted file mode 100644 index 8eff137fdd9d..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/creator/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: creator property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 680 -url: /python-net/aspose.page.eps.device/pdfdevice/creator/ -is_root: false ---- - -## creator property - - -Returns or specifies creator of resulting device output. -### Definition: -```python -@property -def creator(self): - ... -@creator.setter -def creator(self, value): - ... -``` - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.eps.device/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/current_page_number/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/current_page_number/_index.md index a7e3168e6a29..8a7e3633576e 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/current_page_number/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/current_page_number/_index.md @@ -3,7 +3,7 @@ title: current_page_number property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 690 +weight: 260 url: /python-net/aspose.page.eps.device/pdfdevice/current_page_number/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/dispose/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/dispose/_index.md deleted file mode 100644 index 8b4abc60a5e9..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/dispose/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: dispose method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 40 -url: /python-net/aspose.page.eps.device/pdfdevice/dispose/ -is_root: false ---- - -## dispose {#} - -Disposes the graphics context. If on creation restoreOnDispose was true, -writeGraphicsRestore() will be called. - - - -```python -def dispose(self): - ... -``` - - - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.eps.device/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/draw/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/draw/_index.md deleted file mode 100644 index 71b44a9a0216..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/draw/_index.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: draw method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 50 -url: /python-net/aspose.page.eps.device/pdfdevice/draw/ -is_root: false ---- - -## draw {#aspose.pydrawing.drawing2d.GraphicsPath} - -Draws a path. - - - -```python -def draw(self, s): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| s | aspose.pydrawing.drawing2d.GraphicsPath | A path to be drawn. | - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.eps.device/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/draw_arc/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/draw_arc/_index.md deleted file mode 100644 index 946c76997439..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/draw_arc/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: draw_arc method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 60 -url: /python-net/aspose.page.eps.device/pdfdevice/draw_arc/ -is_root: false ---- - -## draw_arc {#float-float-float-float-float-float} - -Draws an arc. - - - -```python -def draw_arc(self, x, y, width, height, start_angle, arc_angle): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x | float | X coordinate of center of the arc. | -| y | float | Y coordinate of center of the arc. | -| width | float | A width of circumscribed rectangle. | -| height | float | A height of circumscribed rectangle. | -| start_angle | float | A start angle of the arc. | -| arc_angle | float | An angle of the arc. | - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.eps.device/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/draw_image/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/draw_image/_index.md deleted file mode 100644 index 807179d77ba8..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/draw_image/_index.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -title: draw_image method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 70 -url: /python-net/aspose.page.eps.device/pdfdevice/draw_image/ -is_root: false ---- - -## draw_image {#aspose.pydrawing.Bitmap-aspose.pydrawing.drawing2d.Matrix-aspose.pydrawing.Color} - -Draws an image with assigned transform and background. - - - -```python -def draw_image(self, image, transform, bkg): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| image | aspose.pydrawing.Bitmap | An image to be drawn. | -| transform | aspose.pydrawing.drawing2d.Matrix | A transform. | -| bkg | aspose.pydrawing.Color | A background color. | - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.eps.device/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/draw_line/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/draw_line/_index.md deleted file mode 100644 index 2a37edc8ec0c..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/draw_line/_index.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -title: draw_line method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 80 -url: /python-net/aspose.page.eps.device/pdfdevice/draw_line/ -is_root: false ---- - -## draw_line {#float-float-float-float} - -Draws a line segment. - - - -```python -def draw_line(self, x1, y1, x2, y2): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x1 | float | X coordinate of the beginning of segment. | -| y1 | float | Y coordinate of the beginning of segment. | -| x2 | float | X coordinate of the end of segment. | -| y2 | float | Y coordinate of the end of segment. | - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.eps.device/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/draw_oval/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/draw_oval/_index.md deleted file mode 100644 index 970b2503a6d4..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/draw_oval/_index.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -title: draw_oval method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 90 -url: /python-net/aspose.page.eps.device/pdfdevice/draw_oval/ -is_root: false ---- - -## draw_oval {#float-float-float-float} - -Draws an oval. - - - -```python -def draw_oval(self, x, y, width, height): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x | float | X coordinate of center of the oval. | -| y | float | Y coordinate of center of the oval. | -| width | float | A width of circumscribed rectangle. | -| height | float | A height of circumscribed rectangle. | - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.eps.device/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/draw_polygon/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/draw_polygon/_index.md deleted file mode 100644 index 962c7ae04e20..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/draw_polygon/_index.md +++ /dev/null @@ -1,52 +0,0 @@ ---- -title: draw_polygon method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 100 -url: /python-net/aspose.page.eps.device/pdfdevice/draw_polygon/ -is_root: false ---- - -## draw_polygon {#list-list-int} - -Draws a polygon. - - - -```python -def draw_polygon(self, x_points, y_points, n_points): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x_points | list | X coordinates of points. | -| y_points | list | Y coordinate of points. | -| n_points | int | The number of points. | - - -## draw_polygon {#list-list-int} - -Draws a poligone. - - - -```python -def draw_polygon(self, x_points, y_points, n_points): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x_points | list | X coordinates of points. | -| y_points | list | Y coordinate of points. | -| n_points | int | The number of points. | - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.eps.device/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/draw_polyline/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/draw_polyline/_index.md deleted file mode 100644 index ebf7e3901a25..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/draw_polyline/_index.md +++ /dev/null @@ -1,52 +0,0 @@ ---- -title: draw_polyline method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 110 -url: /python-net/aspose.page.eps.device/pdfdevice/draw_polyline/ -is_root: false ---- - -## draw_polyline {#list-list-int} - -Draws a polyline. - - - -```python -def draw_polyline(self, x_points, y_points, n_points): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x_points | list | X coordinates of points. | -| y_points | list | Y coordinate of points. | -| n_points | int | The number of points. | - - -## draw_polyline {#list-list-int} - -Draws a polyline. - - - -```python -def draw_polyline(self, x_points, y_points, n_points): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x_points | list | X coordinates of points. | -| y_points | list | Y coordinate of points. | -| n_points | int | The number of points. | - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.eps.device/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/draw_rect/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/draw_rect/_index.md deleted file mode 100644 index 3e42641d9f76..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/draw_rect/_index.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -title: draw_rect method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 120 -url: /python-net/aspose.page.eps.device/pdfdevice/draw_rect/ -is_root: false ---- - -## draw_rect {#float-float-float-float} - -Draws a rectangle. - - - -```python -def draw_rect(self, x, y, width, height): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x | float | X coordinate of upper left corner of the rectangle. | -| y | float | Y coordinate of upper left corner of the rectangle. | -| width | float | A width of the rectangle. | -| height | float | A height of the rectangle. | - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.eps.device/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/draw_round_rect/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/draw_round_rect/_index.md deleted file mode 100644 index 1af93dd99d0a..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/draw_round_rect/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: draw_round_rect method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 130 -url: /python-net/aspose.page.eps.device/pdfdevice/draw_round_rect/ -is_root: false ---- - -## draw_round_rect {#float-float-float-float-float-float} - -Draws a round rectangle. - - - -```python -def draw_round_rect(self, x, y, width, height, arc_width, arc_height): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x | float | X coordinate of upper left corner of the rectangle. | -| y | float | Y coordinate of upper left corner of the rectangle. | -| width | float | A width of the rectangle. | -| height | float | A height of the rectangle. | -| arc_width | float | A width of circumscribed rectangle of the arc that rounds an angle of the rectangle. | -| arc_height | float | A height of circumscribed rectangle of the arc that rounds an angle of the rectangle. | - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.eps.device/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/draw_string/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/draw_string/_index.md deleted file mode 100644 index 357dfd11a51f..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/draw_string/_index.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -title: draw_string method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 140 -url: /python-net/aspose.page.eps.device/pdfdevice/draw_string/ -is_root: false ---- - -## draw_string {#str-float-float} - -Draws a string at given point. - - - -```python -def draw_string(self, str, x, y): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| str | str | A string to be drawn. | -| x | float | X coordinate of point. | -| y | float | Y coordinate of point. | - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.eps.device/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/embed_fonts/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/embed_fonts/_index.md index e31bf58812e5..ca05d7f8f300 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/embed_fonts/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/embed_fonts/_index.md @@ -3,7 +3,7 @@ title: EMBED_FONTS property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 510 +weight: 110 url: /python-net/aspose.page.eps.device/pdfdevice/embed_fonts/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/embed_fonts_as/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/embed_fonts_as/_index.md index 1ca91b9458d7..ddbea883ad55 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/embed_fonts_as/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/embed_fonts_as/_index.md @@ -3,7 +3,7 @@ title: EMBED_FONTS_AS property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 520 +weight: 120 url: /python-net/aspose.page.eps.device/pdfdevice/embed_fonts_as/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/emit_errors/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/emit_errors/_index.md index b65861d72c0a..e2fc81c595e7 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/emit_errors/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/emit_errors/_index.md @@ -3,7 +3,7 @@ title: EMIT_ERRORS property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 530 +weight: 130 url: /python-net/aspose.page.eps.device/pdfdevice/emit_errors/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/emit_warnings/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/emit_warnings/_index.md index 6d609411a7f3..f03ecb3b63c7 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/emit_warnings/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/emit_warnings/_index.md @@ -3,7 +3,7 @@ title: EMIT_WARNINGS property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 540 +weight: 140 url: /python-net/aspose.page.eps.device/pdfdevice/emit_warnings/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/end_document/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/end_document/_index.md deleted file mode 100644 index c033adb7da99..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/end_document/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: end_document method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 150 -url: /python-net/aspose.page.eps.device/pdfdevice/end_document/ -is_root: false ---- - -## end_document {#} - -Makes necessary preparation of device after the document has been rendered. - - - -```python -def end_document(self): - ... -``` - - - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.eps.device/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/fill/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/fill/_index.md deleted file mode 100644 index 9aecfa000511..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/fill/_index.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: fill method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 160 -url: /python-net/aspose.page.eps.device/pdfdevice/fill/ -is_root: false ---- - -## fill {#aspose.pydrawing.drawing2d.GraphicsPath} - -Fills a path. - - - -```python -def fill(self, s): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| s | aspose.pydrawing.drawing2d.GraphicsPath | A path to be filled. | - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.eps.device/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/fill_arc/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/fill_arc/_index.md deleted file mode 100644 index e1a93b3a05cf..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/fill_arc/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: fill_arc method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 170 -url: /python-net/aspose.page.eps.device/pdfdevice/fill_arc/ -is_root: false ---- - -## fill_arc {#float-float-float-float-float-float} - -Fills an arc. - - - -```python -def fill_arc(self, x, y, width, height, start_angle, arc_angle): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x | float | X coordinate of center of the arc. | -| y | float | Y coordinate of center of the arc. | -| width | float | A width of circumscribed rectangle. | -| height | float | A height of circumscribed rectangle. | -| start_angle | float | A start angle of the arc. | -| arc_angle | float | An angle of the arc. | - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.eps.device/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/fill_oval/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/fill_oval/_index.md deleted file mode 100644 index 3b0f31f7b7b2..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/fill_oval/_index.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -title: fill_oval method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 180 -url: /python-net/aspose.page.eps.device/pdfdevice/fill_oval/ -is_root: false ---- - -## fill_oval {#float-float-float-float} - -Fills an oval. - - - -```python -def fill_oval(self, x, y, width, height): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x | float | X coordinate of center of the oval. | -| y | float | Y coordinate of center of the oval. | -| width | float | A width of circumscribed rectangle. | -| height | float | A height of circumscribed rectangle. | - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.eps.device/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/fill_polygon/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/fill_polygon/_index.md deleted file mode 100644 index e74ef0b6b972..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/fill_polygon/_index.md +++ /dev/null @@ -1,52 +0,0 @@ ---- -title: fill_polygon method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 190 -url: /python-net/aspose.page.eps.device/pdfdevice/fill_polygon/ -is_root: false ---- - -## fill_polygon {#list-list-int} - -Fills a poligone. - - - -```python -def fill_polygon(self, x_points, y_points, n_points): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x_points | list | X coordinates of points. | -| y_points | list | Y coordinate of points. | -| n_points | int | The number of points. | - - -## fill_polygon {#list-list-int} - -Fills a poligone. - - - -```python -def fill_polygon(self, x_points, y_points, n_points): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x_points | list | X coordinates of points. | -| y_points | list | Y coordinate of points. | -| n_points | int | The number of points. | - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.eps.device/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/fill_rect/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/fill_rect/_index.md deleted file mode 100644 index dfa40f239168..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/fill_rect/_index.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -title: fill_rect method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 200 -url: /python-net/aspose.page.eps.device/pdfdevice/fill_rect/ -is_root: false ---- - -## fill_rect {#float-float-float-float} - -Fills a rectangle. - - - -```python -def fill_rect(self, x, y, width, height): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x | float | X coordinate of upper left corner of the rectangle. | -| y | float | Y coordinate of upper left corner of the rectangle. | -| width | float | A width of the rectangle. | -| height | float | A height of the rectangle. | - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.eps.device/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/fill_round_rect/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/fill_round_rect/_index.md deleted file mode 100644 index 8695f4eebf10..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/fill_round_rect/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: fill_round_rect method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 210 -url: /python-net/aspose.page.eps.device/pdfdevice/fill_round_rect/ -is_root: false ---- - -## fill_round_rect {#float-float-float-float-float-float} - -Fills a round rectangle. - - - -```python -def fill_round_rect(self, x, y, width, height, arc_width, arc_height): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x | float | X coordinate of upper left corner of the rectangle. | -| y | float | Y coordinate of upper left corner of the rectangle. | -| width | float | A width of the rectangle. | -| height | float | A height of the rectangle. | -| arc_width | float | A width of circumscribed rectangle of the arc that rounds an angle of the rectangle. | -| arc_height | float | A height of circumscribed rectangle of the arc that rounds an angle of the rectangle. | - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.eps.device/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/fit_to_page/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/fit_to_page/_index.md index d08a94de94c3..1feb20636fd0 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/fit_to_page/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/fit_to_page/_index.md @@ -3,7 +3,7 @@ title: FIT_TO_PAGE property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 550 +weight: 150 url: /python-net/aspose.page.eps.device/pdfdevice/fit_to_page/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/get_property/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/get_property/_index.md deleted file mode 100644 index 53df1bea1443..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/get_property/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: get_property method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 220 -url: /python-net/aspose.page.eps.device/pdfdevice/get_property/ -is_root: false ---- - -## get_property {#str} - -Gets a value of string property. - - -### Returns - - -The property value. - - -```python -def get_property(self, key): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| key | str | The name of property. | - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.eps.device/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/get_property_color/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/get_property_color/_index.md deleted file mode 100644 index a0365dbb81e8..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/get_property_color/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: get_property_color method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 230 -url: /python-net/aspose.page.eps.device/pdfdevice/get_property_color/ -is_root: false ---- - -## get_property_color {#str} - -Gets a value of color property. - - -### Returns - - -The property value. - - -```python -def get_property_color(self, key): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| key | str | The name of property. | - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.eps.device/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/get_property_double/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/get_property_double/_index.md deleted file mode 100644 index 933151d46834..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/get_property_double/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: get_property_double method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 240 -url: /python-net/aspose.page.eps.device/pdfdevice/get_property_double/ -is_root: false ---- - -## get_property_double {#str} - -Gets a value of double property. - - -### Returns - - -The property value. - - -```python -def get_property_double(self, key): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| key | str | The name of property. | - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.eps.device/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/get_property_int/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/get_property_int/_index.md deleted file mode 100644 index a6d06a4618a5..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/get_property_int/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: get_property_int method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 250 -url: /python-net/aspose.page.eps.device/pdfdevice/get_property_int/ -is_root: false ---- - -## get_property_int {#str} - -Gets a value of integer property. - - -### Returns - - -The property value. - - -```python -def get_property_int(self, key): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| key | str | The name of property. | - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.eps.device/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/get_property_margins/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/get_property_margins/_index.md deleted file mode 100644 index 10179de76fb8..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/get_property_margins/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: get_property_margins method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 260 -url: /python-net/aspose.page.eps.device/pdfdevice/get_property_margins/ -is_root: false ---- - -## get_property_margins {#str} - -Gets a value of margin property. - - -### Returns - - -The property value. - - -```python -def get_property_margins(self, key): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| key | str | The name of property. | - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.eps.device/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/get_property_rectangle/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/get_property_rectangle/_index.md deleted file mode 100644 index e4954390f267..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/get_property_rectangle/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: get_property_rectangle method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 270 -url: /python-net/aspose.page.eps.device/pdfdevice/get_property_rectangle/ -is_root: false ---- - -## get_property_rectangle {#str} - -Gets a value of rectangle property. - - -### Returns - - -The property value. - - -```python -def get_property_rectangle(self, key): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| key | str | The name of property. | - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.eps.device/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/get_property_size/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/get_property_size/_index.md deleted file mode 100644 index df8b1318d649..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/get_property_size/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: get_property_size method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 280 -url: /python-net/aspose.page.eps.device/pdfdevice/get_property_size/ -is_root: false ---- - -## get_property_size {#str} - -Gets a value of size property. - - -### Returns - - -The property value. - - -```python -def get_property_size(self, key): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| key | str | The name of property. | - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.eps.device/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/get_transform/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/get_transform/_index.md deleted file mode 100644 index 91fb8c63d9d4..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/get_transform/_index.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -title: get_transform method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 290 -url: /python-net/aspose.page.eps.device/pdfdevice/get_transform/ -is_root: false ---- - -## get_transform {#} - -Gets current transform. - - -### Returns - - -Current transform - - -```python -def get_transform(self): - ... -``` - - - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.eps.device/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/init_clip/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/init_clip/_index.md deleted file mode 100644 index 6badf1bf474e..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/init_clip/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: init_clip method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 300 -url: /python-net/aspose.page.eps.device/pdfdevice/init_clip/ -is_root: false ---- - -## init_clip {#} - -Initializes clip of the device. - - - -```python -def init_clip(self): - ... -``` - - - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.eps.device/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/init_page_numbers/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/init_page_numbers/_index.md index 0f4665284860..80c0512249be 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/init_page_numbers/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/init_page_numbers/_index.md @@ -3,7 +3,7 @@ title: init_page_numbers method second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 310 +weight: 30 url: /python-net/aspose.page.eps.device/pdfdevice/init_page_numbers/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/is_direct_rgb/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/is_direct_rgb/_index.md deleted file mode 100644 index f63ac2adb053..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/is_direct_rgb/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: is_direct_rgb property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 700 -url: /python-net/aspose.page.eps.device/pdfdevice/is_direct_rgb/ -is_root: false ---- - -## is_direct_rgb property - - -Indicates whether device uses direct RGB mode, that is RGB. -### Definition: -```python -@property -def is_direct_rgb(self): - ... -``` - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.eps.device/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/is_property/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/is_property/_index.md deleted file mode 100644 index 248ffbd42ff5..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/is_property/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: is_property method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 320 -url: /python-net/aspose.page.eps.device/pdfdevice/is_property/ -is_root: false ---- - -## is_property {#str} - -Gets a value of boolean property. - - -### Returns - - -The property value. - - -```python -def is_property(self, key): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| key | str | The name of property. | - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.eps.device/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/keywords/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/keywords/_index.md index 25dfa1c5e595..5845eddf3687 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/keywords/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/keywords/_index.md @@ -3,7 +3,7 @@ title: KEYWORDS property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 560 +weight: 160 url: /python-net/aspose.page.eps.device/pdfdevice/keywords/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/opacity/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/opacity/_index.md deleted file mode 100644 index ad93ae23a9bb..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/opacity/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: opacity property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 710 -url: /python-net/aspose.page.eps.device/pdfdevice/opacity/ -is_root: false ---- - -## opacity property - - -Returns or specifies current opacity. -### Definition: -```python -@property -def opacity(self): - ... -@opacity.setter -def opacity(self, value): - ... -``` - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.eps.device/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/opacity_mask/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/opacity_mask/_index.md deleted file mode 100644 index 4beefbc427dc..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/opacity_mask/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: opacity_mask property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 720 -url: /python-net/aspose.page.eps.device/pdfdevice/opacity_mask/ -is_root: false ---- - -## opacity_mask property - - -Returns or specifies current opacity mask. -### Definition: -```python -@property -def opacity_mask(self): - ... -@opacity_mask.setter -def opacity_mask(self, value): - ... -``` - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.eps.device/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/open_page/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/open_page/_index.md index 8b3a2ec2520e..a8ed16eee0f4 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/open_page/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/open_page/_index.md @@ -3,7 +3,7 @@ title: open_page method second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 330 +weight: 40 url: /python-net/aspose.page.eps.device/pdfdevice/open_page/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/orientation/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/orientation/_index.md index e1cb716c97e8..87303b287e10 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/orientation/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/orientation/_index.md @@ -3,7 +3,7 @@ title: ORIENTATION property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 570 +weight: 170 url: /python-net/aspose.page.eps.device/pdfdevice/orientation/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/output_stream/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/output_stream/_index.md index eb740d0a3f5c..f54c0bbbf488 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/output_stream/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/output_stream/_index.md @@ -3,7 +3,7 @@ title: output_stream property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 730 +weight: 270 url: /python-net/aspose.page.eps.device/pdfdevice/output_stream/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/page_margins/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/page_margins/_index.md index cb6e7ef9d39d..595f0ca9e6f8 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/page_margins/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/page_margins/_index.md @@ -3,7 +3,7 @@ title: PAGE_MARGINS property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 580 +weight: 180 url: /python-net/aspose.page.eps.device/pdfdevice/page_margins/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/page_size/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/page_size/_index.md index fdeceb892953..920a836db814 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/page_size/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/page_size/_index.md @@ -3,7 +3,7 @@ title: PAGE_SIZE property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 590 +weight: 190 url: /python-net/aspose.page.eps.device/pdfdevice/page_size/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/paint/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/paint/_index.md deleted file mode 100644 index 565ca76937bf..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/paint/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: paint property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 740 -url: /python-net/aspose.page.eps.device/pdfdevice/paint/ -is_root: false ---- - -## paint property - - -Returns or specifies current paint. -### Definition: -```python -@property -def paint(self): - ... -@paint.setter -def paint(self, value): - ... -``` - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.eps.device/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/re_new/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/re_new/_index.md deleted file mode 100644 index 1e0c63f07f45..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/re_new/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: re_new method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 340 -url: /python-net/aspose.page.eps.device/pdfdevice/re_new/ -is_root: false ---- - -## re_new {#} - -Reset device to initial state for whole document. Used for reseting output stream. - - - -```python -def re_new(self): - ... -``` - - - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.eps.device/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/reset/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/reset/_index.md deleted file mode 100644 index aed0c1fc08d1..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/reset/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: reset method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 350 -url: /python-net/aspose.page.eps.device/pdfdevice/reset/ -is_root: false ---- - -## reset {#} - -If page device parameters will be set this method allows to return writing stream back the begining of page. - - - -```python -def reset(self): - ... -``` - - - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.eps.device/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/rotate/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/rotate/_index.md deleted file mode 100644 index 5a5ea0b63926..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/rotate/_index.md +++ /dev/null @@ -1,52 +0,0 @@ ---- -title: rotate method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 360 -url: /python-net/aspose.page.eps.device/pdfdevice/rotate/ -is_root: false ---- - -## rotate {#float} - -Rotate the current transform over the Z-axis. Calls writeTransform(Transform). -Rotating with a positive angle theta rotates points on the positive x axis -toward the positive y axis. - - - -```python -def rotate(self, theta): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| theta | float | radians over which to rotate | - - -## rotate {#float-float-float} - -Rotate the current transformation matrix around a point. - - - -```python -def rotate(self, theta, x, y): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| theta | float | An angle of rotation in radians. | -| x | float | X coordinate of point. | -| y | float | Y coordinate of point. | - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.eps.device/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/scale/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/scale/_index.md deleted file mode 100644 index e1439d670feb..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/scale/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: scale method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 370 -url: /python-net/aspose.page.eps.device/pdfdevice/scale/ -is_root: false ---- - -## scale {#float-float} - -Scales the current transformation matrix. Calls writeTransform(Transform). - - - -```python -def scale(self, sx, sy): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| sx | float | A scale in X axis. | -| sy | float | A scale in Y axis. | - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.eps.device/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/set_clip/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/set_clip/_index.md deleted file mode 100644 index b6558d8d17c4..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/set_clip/_index.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: set_clip method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 380 -url: /python-net/aspose.page.eps.device/pdfdevice/set_clip/ -is_root: false ---- - -## set_clip {#aspose.pydrawing.drawing2d.GraphicsPath} - -Specifies the clip of the device. - - - -```python -def set_clip(self, clip_path): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| clip_path | aspose.pydrawing.drawing2d.GraphicsPath | A clipping path. | - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.eps.device/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/set_transform/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/set_transform/_index.md deleted file mode 100644 index 20487a9ca31b..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/set_transform/_index.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -title: set_transform method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 390 -url: /python-net/aspose.page.eps.device/pdfdevice/set_transform/ -is_root: false ---- - -## set_transform {#aspose.pydrawing.drawing2d.Matrix} - -Specifies the current transform. Since most output formats do not -implement this functionality, the inverse transform of the -currentTransform is calculated and multiplied by the -transform to be set.The result is then forwarded by a call -to writeTransform(Transform). - - - -```python -def set_transform(self, transform): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| transform | aspose.pydrawing.drawing2d.Matrix | Transform to be applied. | - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.eps.device/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/shear/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/shear/_index.md deleted file mode 100644 index 162dbb23b22a..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/shear/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: shear method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 400 -url: /python-net/aspose.page.eps.device/pdfdevice/shear/ -is_root: false ---- - -## shear {#float-float} - -Shears the current transformation matrix. Calls writeTransform(Transform). - - - -```python -def shear(self, shx, shy): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| shx | float | A shear in X axis. | -| shy | float | A shear in Y axis. | - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.eps.device/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/start_document/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/start_document/_index.md deleted file mode 100644 index 972d8d08985b..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/start_document/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: start_document method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 410 -url: /python-net/aspose.page.eps.device/pdfdevice/start_document/ -is_root: false ---- - -## start_document {#} - -Makes necessary preparation of device before start rendering of document. - - - -```python -def start_document(self): - ... -``` - - - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.eps.device/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/stroke/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/stroke/_index.md deleted file mode 100644 index f71b0a80f337..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/stroke/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: stroke property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 760 -url: /python-net/aspose.page.eps.device/pdfdevice/stroke/ -is_root: false ---- - -## stroke property - - -Returns or specifies current stroke. -### Definition: -```python -@property -def stroke(self): - ... -@stroke.setter -def stroke(self, value): - ... -``` - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.eps.device/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/subject/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/subject/_index.md index 0f0f22912945..2c30e7de90f8 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/subject/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/subject/_index.md @@ -3,7 +3,7 @@ title: SUBJECT property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 600 +weight: 200 url: /python-net/aspose.page.eps.device/pdfdevice/subject/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/text_rendering_mode/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/text_rendering_mode/_index.md deleted file mode 100644 index 6fe439488f5d..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/text_rendering_mode/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: text_rendering_mode property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 770 -url: /python-net/aspose.page.eps.device/pdfdevice/text_rendering_mode/ -is_root: false ---- - -## text_rendering_mode property - - -Returns or specifies current text rendering mode. -### Definition: -```python -@property -def text_rendering_mode(self): - ... -@text_rendering_mode.setter -def text_rendering_mode(self, value): - ... -``` - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.eps.device/pdfdevice) -* class [`TextRenderingMode`](/page/python-net/aspose.page/textrenderingmode) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/text_stroke_width/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/text_stroke_width/_index.md deleted file mode 100644 index 010664987a1c..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/text_stroke_width/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: text_stroke_width property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 780 -url: /python-net/aspose.page.eps.device/pdfdevice/text_stroke_width/ -is_root: false ---- - -## text_stroke_width property - - -Returns or specifies current text stroke width. -### Definition: -```python -@property -def text_stroke_width(self): - ... -@text_stroke_width.setter -def text_stroke_width(self, value): - ... -``` - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.eps.device/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/title/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/title/_index.md index 5b95bd465a64..109e5620db40 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/title/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/title/_index.md @@ -3,7 +3,7 @@ title: TITLE property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 610 +weight: 210 url: /python-net/aspose.page.eps.device/pdfdevice/title/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/transform/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/transform/_index.md deleted file mode 100644 index e9f991cb7c44..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/transform/_index.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: transform method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 420 -url: /python-net/aspose.page.eps.device/pdfdevice/transform/ -is_root: false ---- - -## transform {#aspose.pydrawing.drawing2d.Matrix} - -Transforms the current transformation matrix. Calls writeTransform(Transform) - - - -```python -def transform(self, transform): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| transform | aspose.pydrawing.drawing2d.Matrix | Transform to be applied. | - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.eps.device/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/translate/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/translate/_index.md deleted file mode 100644 index 3e3c27904b36..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/translate/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: translate method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 430 -url: /python-net/aspose.page.eps.device/pdfdevice/translate/ -is_root: false ---- - -## translate {#float-float} - -Translates the current transformation matrix. Calls writeTransform(Transform). - - - -```python -def translate(self, x, y): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x | float | Translation in X axis. | -| y | float | Translation in Y axis. | - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.eps.device/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/transparent/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/transparent/_index.md index b35841b8eb3b..ce4e145b7f19 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/transparent/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/transparent/_index.md @@ -3,7 +3,7 @@ title: TRANSPARENT property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 620 +weight: 220 url: /python-net/aspose.page.eps.device/pdfdevice/transparent/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/update_page_parameters/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/update_page_parameters/_index.md index f3bef5b1d27b..0d89ac23ffe5 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/update_page_parameters/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/update_page_parameters/_index.md @@ -3,7 +3,7 @@ title: update_page_parameters method second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 440 +weight: 50 url: /python-net/aspose.page.eps.device/pdfdevice/update_page_parameters/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/version/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/version/_index.md index 758f4364994b..03459830bc17 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/version/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/version/_index.md @@ -1,14 +1,14 @@ --- -title: version property +title: VERSION property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 790 +weight: 230 url: /python-net/aspose.page.eps.device/pdfdevice/version/ is_root: false --- -## version property +## VERSION property "Version" property key. diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/version5/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/version5/_index.md index f767bb5b9b3c..9fffa0de0258 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/version5/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/version5/_index.md @@ -3,7 +3,7 @@ title: VERSION5 property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 640 +weight: 240 url: /python-net/aspose.page.eps.device/pdfdevice/version5/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/write_comment/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/write_comment/_index.md deleted file mode 100644 index e1db825d43d0..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/write_comment/_index.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: write_comment method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 450 -url: /python-net/aspose.page.eps.device/pdfdevice/write_comment/ -is_root: false ---- - -## write_comment {#str} - -Writes a comment. - - - -```python -def write_comment(self, comment): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| comment | str | A comment to be written. | - - - -### See Also -* module [`aspose.page.eps.device`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.eps.device/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/write_images_as/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/write_images_as/_index.md index c5927ecfa96e..d7777a0cf017 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/write_images_as/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/write_images_as/_index.md @@ -3,7 +3,7 @@ title: WRITE_IMAGES_AS property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 650 +weight: 250 url: /python-net/aspose.page.eps.device/pdfdevice/write_images_as/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfsaveoptions/__init__/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfsaveoptions/__init__/_index.md index 672bc696ff7c..0bf9c4d31a62 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfsaveoptions/__init__/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfsaveoptions/__init__/_index.md @@ -40,6 +40,42 @@ def __init__(self, supress_errors): | supress_errors | bool | Specifies whether errors must be suppressed or not.
If true suppressed errors are added to Exceptions list. | +## __init__ {#aspose.page.drawing.Size} + +Initializes a new instance of the [`PdfSaveOptions`](/page/python-net/aspose.page.eps.device/pdfsaveoptions) with +with specified size of the page. + + + +```python +def __init__(self, size): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| size | aspose.page.drawing.Size | The page size. | + + +## __init__ {#bool-aspose.page.drawing.Size} + +Initializes a new instance of the [`PdfSaveOptions`](/page/python-net/aspose.page.eps.device/pdfsaveoptions) class with default values for flag Debug (false) and with specified size of the page. + + + +```python +def __init__(self, supress_errors, size): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| supress_errors | bool | Specifies whether errors must be suppressed or not.
If true suppressed errors are added to Exceptions list. | +| size | aspose.page.drawing.Size | The page size. | + + ### See Also * module [`aspose.page.eps.device`](../../) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfsaveoptions/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfsaveoptions/_index.md index 4f2a17921b42..07a284461677 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfsaveoptions/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfsaveoptions/_index.md @@ -26,12 +26,15 @@ The PdfSaveOptions type exposes the following members: | :- | :- | | [__init__](/page/python-net/aspose.page.eps.device/pdfsaveoptions/__init__/#) | Initializes a new instance of the [`PdfSaveOptions`](/page/python-net/aspose.page.eps.device/pdfsaveoptions) class with default values
for flags SuppressErrors (true) and Debug (false). | | [__init__](/page/python-net/aspose.page.eps.device/pdfsaveoptions/__init__/#bool) | Initializes a new instance of the [`PdfSaveOptions`](/page/python-net/aspose.page.eps.device/pdfsaveoptions) class with default values for flag Debug (false). | +| [__init__](/page/python-net/aspose.page.eps.device/pdfsaveoptions/__init__/#aspose.page.drawing.Size) | Initializes a new instance of the [`PdfSaveOptions`](/page/python-net/aspose.page.eps.device/pdfsaveoptions) with
with specified size of the page. | +| [__init__](/page/python-net/aspose.page.eps.device/pdfsaveoptions/__init__/#bool-aspose.page.drawing.Size) | Initializes a new instance of the [`PdfSaveOptions`](/page/python-net/aspose.page.eps.device/pdfsaveoptions) class with default values for flag Debug (false) and with specified size of the page. | ### Properties | Property | Description | | :- | :- | | [supress_errors](/page/python-net/aspose.page.eps.device/pdfsaveoptions/supress_errors) | Specifies whether errors must be suppressed or not.
If true suppressed errors are added to [`SaveOptions.Exceptions`](/page/python-net/aspose.page/saveoptions) list.
If false the first error will terminate the program. | +| [size](/page/python-net/aspose.page.eps.device/pdfsaveoptions/size) | Gets/sets the size of the image. | | [debug](/page/python-net/aspose.page.eps.device/pdfsaveoptions/debug) | Specifies whether debug information must be printed to standard output stream or not. | | [additional_fonts_folders](/page/python-net/aspose.page.eps.device/pdfsaveoptions/additional_fonts_folders) | Specifies additional folders where converter should find fonts for input document.
Default folder are standard fonts folder where OS finds fonts for internal needs. | | [jpeg_quality_level](/page/python-net/aspose.page.eps.device/pdfsaveoptions/jpeg_quality_level) | The Quality category specifies the level of compression for an image.
Available values are 0 to 100.
The lower the number specified, the higher the compression and therefore the lower the quality of the image.
0 value results in lowest quality image, while 100 results in highest. | diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/size/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfsaveoptions/size/_index.md similarity index 56% rename from content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/size/_index.md rename to content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfsaveoptions/size/_index.md index e0c2d2341520..ef6c9a7868b0 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfdevice/size/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfsaveoptions/size/_index.md @@ -3,15 +3,15 @@ title: size property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 750 -url: /python-net/aspose.page.eps.device/pdfdevice/size/ +weight: 60 +url: /python-net/aspose.page.eps.device/pdfsaveoptions/size/ is_root: false --- ## size property -Returns or specifies a size of the page. +Gets/sets the size of the image. ### Definition: ```python @property @@ -24,4 +24,5 @@ def size(self, value): ### See Also * module [`aspose.page.eps.device`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.eps.device/pdfdevice) +* class [`PdfSaveOptions`](/page/python-net/aspose.page.eps.device/pdfsaveoptions) +* class [`Size`](/page/python-net/aspose.page.drawing/size) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfsaveoptions/supress_errors/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfsaveoptions/supress_errors/_index.md index 668cefc359fa..c7a7d8fc533b 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfsaveoptions/supress_errors/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pdfsaveoptions/supress_errors/_index.md @@ -3,7 +3,7 @@ title: supress_errors property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 60 +weight: 70 url: /python-net/aspose.page.eps.device/pdfsaveoptions/supress_errors/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pssaveformat/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pssaveformat/_index.md new file mode 100644 index 000000000000..d2d102acf0a7 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pssaveformat/_index.md @@ -0,0 +1,29 @@ +--- +title: PsSaveFormat enumeration +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 60 +url: /python-net/aspose.page.eps.device/pssaveformat/ +is_root: false +--- + +## PsSaveFormat enumeration + +This enumeration contains available options of saving format. It can be PS or EPS. +EPS is used for only 1-paged documents while PS file can contain any number of pages. + + + +The PsSaveFormat type exposes the following members: + +### Fields +| Field | Description | +| :- | :- | +| PS | This option indicates that resulting document must be PostScript (PS) or Encapsulated PostScript (EPS) file. | +| EPS | This option indicates that resulting document must be Encapsulated PostScript (EPS) file. It is used only for 1-paged documents; | + + + +### See Also +* module [`aspose.page.eps.device`](..) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pssaveoptions/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pssaveoptions/_index.md index 2a8db3723a92..7bb43870b80f 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pssaveoptions/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pssaveoptions/_index.md @@ -32,9 +32,11 @@ The PsSaveOptions type exposes the following members: | Property | Description | | :- | :- | | [supress_errors](/page/python-net/aspose.page.eps.device/pssaveoptions/supress_errors) | Specifies whether errors must be suppressed or not.
If true suppressed errors are added to [`SaveOptions.Exceptions`](/page/python-net/aspose.page/saveoptions) list.
If false the first error will terminate the program. | +| [size](/page/python-net/aspose.page.eps.device/pssaveoptions/size) | Gets/sets the size of the image. | | [debug](/page/python-net/aspose.page.eps.device/pssaveoptions/debug) | Specifies whether debug information must be printed to standard output stream or not. | | [additional_fonts_folders](/page/python-net/aspose.page.eps.device/pssaveoptions/additional_fonts_folders) | Specifies additional folders where converter should find fonts for input document.
Default folder are standard fonts folder where OS finds fonts for internal needs. | | [jpeg_quality_level](/page/python-net/aspose.page.eps.device/pssaveoptions/jpeg_quality_level) | The Quality category specifies the level of compression for an image.
Available values are 0 to 100.
The lower the number specified, the higher the compression and therefore the lower the quality of the image.
0 value results in lowest quality image, while 100 results in highest. | +| [save_format](/page/python-net/aspose.page.eps.device/pssaveoptions/save_format) | The save format of resulting file. | | [page_size](/page/python-net/aspose.page.eps.device/pssaveoptions/page_size) | The size of the page. | | [margins](/page/python-net/aspose.page.eps.device/pssaveoptions/margins) | The margins of the page. | | [background_color](/page/python-net/aspose.page.eps.device/pssaveoptions/background_color) | The background color. | diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pssaveoptions/page_size/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pssaveoptions/page_size/_index.md index fa89e3d58418..e3a0783a1950 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pssaveoptions/page_size/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pssaveoptions/page_size/_index.md @@ -25,3 +25,4 @@ def page_size(self, value): ### See Also * module [`aspose.page.eps.device`](../../) * class [`PsSaveOptions`](/page/python-net/aspose.page.eps.device/pssaveoptions) +* class [`Size`](/page/python-net/aspose.page.drawing/size) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pssaveoptions/save_format/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pssaveoptions/save_format/_index.md new file mode 100644 index 000000000000..5da496c29977 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pssaveoptions/save_format/_index.md @@ -0,0 +1,28 @@ +--- +title: save_format property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 110 +url: /python-net/aspose.page.eps.device/pssaveoptions/save_format/ +is_root: false +--- + +## save_format property + + +The save format of resulting file. +### Definition: +```python +@property +def save_format(self): + ... +@save_format.setter +def save_format(self, value): + ... +``` + +### See Also +* module [`aspose.page.eps.device`](../../) +* class [`PsSaveFormat`](/page/python-net/aspose.page.eps.device/pssaveformat) +* class [`PsSaveOptions`](/page/python-net/aspose.page.eps.device/pssaveoptions) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/size/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pssaveoptions/size/_index.md similarity index 56% rename from content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/size/_index.md rename to content/sites/aspose/page/english/python-net/aspose.page.eps.device/pssaveoptions/size/_index.md index 34c22a820286..864b017b0dc9 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/imagedevice/size/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pssaveoptions/size/_index.md @@ -3,15 +3,15 @@ title: size property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 680 -url: /python-net/aspose.page.eps.device/imagedevice/size/ +weight: 120 +url: /python-net/aspose.page.eps.device/pssaveoptions/size/ is_root: false --- ## size property -Returns or specifies a size of the page. +Gets/sets the size of the image. ### Definition: ```python @property @@ -24,4 +24,5 @@ def size(self, value): ### See Also * module [`aspose.page.eps.device`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.eps.device/imagedevice) +* class [`PsSaveOptions`](/page/python-net/aspose.page.eps.device/pssaveoptions) +* class [`Size`](/page/python-net/aspose.page.drawing/size) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pssaveoptions/supress_errors/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pssaveoptions/supress_errors/_index.md index 6a3b76170837..1e30652f9a8c 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pssaveoptions/supress_errors/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pssaveoptions/supress_errors/_index.md @@ -3,7 +3,7 @@ title: supress_errors property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 110 +weight: 130 url: /python-net/aspose.page.eps.device/pssaveoptions/supress_errors/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pssaveoptions/transparent/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pssaveoptions/transparent/_index.md index e22267944d71..9f22a4773a76 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pssaveoptions/transparent/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps.device/pssaveoptions/transparent/_index.md @@ -3,7 +3,7 @@ title: transparent property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 120 +weight: 140 url: /python-net/aspose.page.eps.device/pssaveoptions/transparent/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps/pageconstants/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps/pageconstants/_index.md index 11da38dff392..4081555dbad3 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps/pageconstants/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps/pageconstants/_index.md @@ -23,7 +23,8 @@ The PageConstants type exposes the following members: | :- | :- | | [orientation_list](/page/python-net/aspose.page.eps/pageconstants/orientation_list) | Available orientation values | | [size_list](/page/python-net/aspose.page.eps/pageconstants/size_list) | Available page size values | -| [ORIENTATION](/page/python-net/aspose.page.eps/pageconstants/orientation) | Orientation key | +| [ORIENTATION](/page/python-net/aspose.page.eps/pageconstants/orientation) | Orientation key, for the named orienation of page, Portret or Landscape. | +| [VIEWING_ORIENTATION](/page/python-net/aspose.page.eps/pageconstants/viewing_orientation) | Viewing orientation key, for rotation matrix distinguishing orientation of content on the page. The default viewing orientation matrix is identity. | | [ORIENTATION_PORTRAIT](/page/python-net/aspose.page.eps/pageconstants/orientation_portrait) | "Portrait" orientation value | | [ORIENTATION_LANDSCAPE](/page/python-net/aspose.page.eps/pageconstants/orientation_landscape) | "Landscape" orientation value | | [ORIENTATION_BEST_FIT](/page/python-net/aspose.page.eps/pageconstants/orientation_best_fit) | "Best fit" orientation value | @@ -53,7 +54,7 @@ The PageConstants type exposes the following members: | :- | :- | | [get_size](/page/python-net/aspose.page.eps/pageconstants/get_size/#str) | Calculates page size in "Portrait" page orientation
predefined page sizeCalculated page size | | [get_size](/page/python-net/aspose.page.eps/pageconstants/get_size/#str-str) | Calculates page size in given page orientation
predefined page sizeorientation of the pageCalculated page size | -| [get_size](/page/python-net/aspose.page.eps/pageconstants/get_size/#aspose.pydrawing.Size-str) | Calculates page size in given page orientation
Original page sizeOrientation of the pageCalculated page size | +| [get_size](/page/python-net/aspose.page.eps/pageconstants/get_size/#aspose.page.drawing.Size-str) | Calculates page size in given page orientation
Original page sizeOrientation of the pageCalculated page size | | [get_margins](/page/python-net/aspose.page.eps/pageconstants/get_margins/#str) | Gets page margins values
Predefined page margins namePredefined page margins values | | [get_margins](/page/python-net/aspose.page.eps/pageconstants/get_margins/#aspose.page.Margins-str) | Calculate page margins мфдгуы in specified orientation
Original marginsOrientation of the pageЗredefined page margins for given orientation | diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps/pageconstants/get_size/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps/pageconstants/get_size/_index.md index 2252b47f7b8b..5d75d3b5aea8 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps/pageconstants/get_size/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps/pageconstants/get_size/_index.md @@ -45,7 +45,7 @@ def get_size(self, size, orientation): | orientation | str | | -## get_size {#aspose.pydrawing.Size-str} +## get_size {#aspose.page.drawing.Size-str} Calculates page size in given page orientation Original page sizeOrientation of the pageCalculated page size @@ -60,7 +60,7 @@ def get_size(self, size, orientation): | Parameter | Type | Description | | :- | :- | :- | -| size | aspose.pydrawing.Size | | +| size | aspose.page.drawing.Size | | | orientation | str | | @@ -68,3 +68,4 @@ def get_size(self, size, orientation): ### See Also * module [`aspose.page.eps`](../../) * class [`PageConstants`](/page/python-net/aspose.page.eps/pageconstants) +* class [`Size`](/page/python-net/aspose.page.drawing/size) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps/pageconstants/orientation/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps/pageconstants/orientation/_index.md index 40264280f6db..7730490858c5 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps/pageconstants/orientation/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps/pageconstants/orientation/_index.md @@ -11,7 +11,7 @@ is_root: false ## ORIENTATION property -Orientation key +Orientation key, for the named orienation of page, Portret or Landscape. ### See Also * module [`aspose.page.eps`](../../) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps/pageconstants/orientation_list/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps/pageconstants/orientation_list/_index.md index e4b9e4f871ba..67d5567d169c 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps/pageconstants/orientation_list/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps/pageconstants/orientation_list/_index.md @@ -3,7 +3,7 @@ title: orientation_list property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 280 +weight: 290 url: /python-net/aspose.page.eps/pageconstants/orientation_list/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps/pageconstants/size_list/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps/pageconstants/size_list/_index.md index 381498d4ec50..6e98ef89cdca 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps/pageconstants/size_list/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps/pageconstants/size_list/_index.md @@ -3,7 +3,7 @@ title: size_list property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 290 +weight: 300 url: /python-net/aspose.page.eps/pageconstants/size_list/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps/pageconstants/viewing_orientation/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps/pageconstants/viewing_orientation/_index.md new file mode 100644 index 000000000000..14abb8eff209 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps/pageconstants/viewing_orientation/_index.md @@ -0,0 +1,18 @@ +--- +title: VIEWING_ORIENTATION property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 280 +url: /python-net/aspose.page.eps/pageconstants/viewing_orientation/ +is_root: false +--- + +## VIEWING_ORIENTATION property + + +Viewing orientation key, for rotation matrix distinguishing orientation of content on the page. The default viewing orientation matrix is identity. + +### See Also +* module [`aspose.page.eps`](../../) +* class [`PageConstants`](/page/python-net/aspose.page.eps/pageconstants) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/__init__/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/__init__/_index.md index eb3e5a5902c5..719372e2e95f 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/__init__/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/__init__/_index.md @@ -8,6 +8,23 @@ url: /python-net/aspose.page.eps/psdocument/__init__/ is_root: false --- +## __init__ {#str} + +Initializes [`PsDocument`](/page/python-net/aspose.page.eps/psdocument) with an input PS/EPS file. + + + +```python +def __init__(self, ps_file_path): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| ps_file_path | str | PS/EPS file path. | + + ## __init__ {#io.RawIOBase} Initializes [`PsDocument`](/page/python-net/aspose.page.eps/psdocument) with a stream of PS/EPS file. @@ -25,6 +42,24 @@ def __init__(self, in_ps_stream): | in_ps_stream | io.RawIOBase | Input stream of PS/EPS file. | +## __init__ {#str-aspose.page.eps.device.PsSaveOptions} + +Initializes empty [`PsDocument`](/page/python-net/aspose.page.eps/psdocument) with initialized page. + + + +```python +def __init__(self, out_ps_file_path, options): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| out_ps_file_path | str | The output PS/EPS file path. | +| options | aspose.page.eps.device.PsSaveOptions | A set of parameters controlling saving of PostScript file. | + + ## __init__ {#io.RawIOBase-aspose.page.eps.device.PsSaveOptions} Initializes empty [`PsDocument`](/page/python-net/aspose.page.eps/psdocument) with initialized page. @@ -43,6 +78,25 @@ def __init__(self, out_ps_stream, options): | options | aspose.page.eps.device.PsSaveOptions | A set of parameters controlling saving of PostScript file. | +## __init__ {#str-aspose.page.eps.device.PsSaveOptions-bool} + +Initializes empty [`PsDocument`](/page/python-net/aspose.page.eps/psdocument). + + + +```python +def __init__(self, out_ps_file_path, options, multipaged): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| out_ps_file_path | str | The output PS/EPS file path. | +| options | aspose.page.eps.device.PsSaveOptions | A set of parameters controlling saving of PostScript file. | +| multipaged | bool | If false page will not be initialized. In this case page initialization should be performed via explicit "openPage(width, height) call. | + + ## __init__ {#io.RawIOBase-aspose.page.eps.device.PsSaveOptions-bool} Initializes empty [`PsDocument`](/page/python-net/aspose.page.eps/psdocument). @@ -62,6 +116,25 @@ def __init__(self, out_ps_stream, options, multipaged): | multipaged | bool | If false page will not be initialized. In this case page initialization should be performed via explicit "openPage(width, height) call. | +## __init__ {#str-aspose.page.eps.device.PsSaveOptions-int} + +Initializes empty [`PsDocument`](/page/python-net/aspose.page.eps/psdocument) when the number of Postscript document pages is known in advance. + + + +```python +def __init__(self, out_ps_file_path, options, number_of_pages): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| out_ps_file_path | str | The output PS/EPS file path. | +| options | aspose.page.eps.device.PsSaveOptions | A set of parameters controlling saving of PostScript file. | +| number_of_pages | int | The number of pages in the PostScript document. | + + ## __init__ {#io.RawIOBase-aspose.page.eps.device.PsSaveOptions-int} Initializes empty [`PsDocument`](/page/python-net/aspose.page.eps/psdocument) when the number of Postscript document pages is known in advance. diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/_index.md index bfc853e02aa0..8a9ee8990855 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/_index.md @@ -24,15 +24,20 @@ The PsDocument type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | +| [__init__](/page/python-net/aspose.page.eps/psdocument/__init__/#str-aspose.page.eps.device.PsSaveOptions) | Initializes empty [`PsDocument`](/page/python-net/aspose.page.eps/psdocument) with initialized page. | | [__init__](/page/python-net/aspose.page.eps/psdocument/__init__/#io.RawIOBase-aspose.page.eps.device.PsSaveOptions) | Initializes empty [`PsDocument`](/page/python-net/aspose.page.eps/psdocument) with initialized page. | +| [__init__](/page/python-net/aspose.page.eps/psdocument/__init__/#str-aspose.page.eps.device.PsSaveOptions-bool) | Initializes empty [`PsDocument`](/page/python-net/aspose.page.eps/psdocument). | | [__init__](/page/python-net/aspose.page.eps/psdocument/__init__/#io.RawIOBase-aspose.page.eps.device.PsSaveOptions-bool) | Initializes empty [`PsDocument`](/page/python-net/aspose.page.eps/psdocument). | +| [__init__](/page/python-net/aspose.page.eps/psdocument/__init__/#str-aspose.page.eps.device.PsSaveOptions-int) | Initializes empty [`PsDocument`](/page/python-net/aspose.page.eps/psdocument) when the number of Postscript document pages is known in advance. | | [__init__](/page/python-net/aspose.page.eps/psdocument/__init__/#io.RawIOBase-aspose.page.eps.device.PsSaveOptions-int) | Initializes empty [`PsDocument`](/page/python-net/aspose.page.eps/psdocument) when the number of Postscript document pages is known in advance. | +| [__init__](/page/python-net/aspose.page.eps/psdocument/__init__/#str) | Initializes [`PsDocument`](/page/python-net/aspose.page.eps/psdocument) with an input PS/EPS file. | | [__init__](/page/python-net/aspose.page.eps/psdocument/__init__/#io.RawIOBase) | Initializes [`PsDocument`](/page/python-net/aspose.page.eps/psdocument) with a stream of PS/EPS file. | ### Properties | Property | Description | | :- | :- | +| [input_stream](/page/python-net/aspose.page.eps/psdocument/input_stream) | Gets or sets an input stream of PS/EPS file. | | [number_of_pages](/page/python-net/aspose.page.eps/psdocument/number_of_pages) | Returns the number of pages in resulting PDF document. | @@ -42,6 +47,12 @@ The PsDocument type exposes the following members: | [save](/page/python-net/aspose.page.eps/psdocument/save/#aspose.page.Device-aspose.page.SaveOptions) | Saves PS/EPS file to a device. | | [save](/page/python-net/aspose.page.eps/psdocument/save/#io.RawIOBase) | Saves given [`PsDocument`](/page/python-net/aspose.page.eps/psdocument) as EPS file. This method is used only after updating XMP metadata.
It saves initial EPS file with updated existing metadata or new one created while calling GetMetadata method.
In the last case all necessary PostScript code and EPS comments are added. | | [save](/page/python-net/aspose.page.eps/psdocument/save/#) | Saves given [`PsDocument`](/page/python-net/aspose.page.eps/psdocument) as EPS file. This method is used only when PsDocument was created from scratch. | +| [save_as_pdf](/page/python-net/aspose.page.eps/psdocument/save_as_pdf/#str-aspose.page.eps.device.PdfSaveOptions) | Saves PS/EPS file to PDF file. | +| [save_as_pdf](/page/python-net/aspose.page.eps/psdocument/save_as_pdf/#io.RawIOBase-aspose.page.eps.device.PdfSaveOptions) | Saves PS/EPS file to PDF stream. | +| [resize_eps](/page/python-net/aspose.page.eps/psdocument/resize_eps/#str-aspose.pydrawing.SizeF-aspose.page.Units) | Resizes given [`PsDocument`](/page/python-net/aspose.page.eps/psdocument) as EPS file. This method is used only after extracting EPS size.
It saves initial EPS file with updated existing %%BoundingBox or new one will be created. Page transformation matrix also will be set. | +| [resize_eps](/page/python-net/aspose.page.eps/psdocument/resize_eps/#io.RawIOBase-aspose.pydrawing.SizeF-aspose.page.Units) | Resizes given [`PsDocument`](/page/python-net/aspose.page.eps/psdocument) as EPS file. This method is used only after extracting EPS size.
It saves initial EPS file with updated existing %%BoundingBox or new one will be created. Page transformation matrix also will be set. | +| [crop_eps](/page/python-net/aspose.page.eps/psdocument/crop_eps/#str-list) | Crops given [`PsDocument`](/page/python-net/aspose.page.eps/psdocument) as EPS file.
It saves initial EPS file with updated existing %%BoundingBox or new one will be created. | +| [crop_eps](/page/python-net/aspose.page.eps/psdocument/crop_eps/#io.RawIOBase-list) | Crops given [`PsDocument`](/page/python-net/aspose.page.eps/psdocument) as EPS file.
It saves initial EPS file with updated existing %%BoundingBox or new one will be created. | | [save_image_as_eps](/page/python-net/aspose.page.eps/psdocument/save_image_as_eps/#io.RawIOBase-io.RawIOBase-aspose.page.eps.device.PsSaveOptions) | Saves PNG/JPEG/TIFF/BMP/GIF/EMF image from input stream to EPS output stream. | | [save_image_as_eps](/page/python-net/aspose.page.eps/psdocument/save_image_as_eps/#str-str-aspose.page.eps.device.PsSaveOptions) | Saves PNG/JPEG/TIFF/BMP/GIF/EMF image from file to EPS file. | | [save_image_as_eps](/page/python-net/aspose.page.eps/psdocument/save_image_as_eps/#aspose.pydrawing.Bitmap-str-aspose.page.eps.device.PsSaveOptions) | Saves Bitmap object to EPS file. | @@ -78,11 +89,12 @@ The PsDocument type exposes the following members: | [fill_polygon](/page/python-net/aspose.page.eps/psdocument/fill_polygon/#list-list-int) | Fills a poligone. | | [draw_image](/page/python-net/aspose.page.eps/psdocument/draw_image/#aspose.pydrawing.Bitmap) | Draw image. | | [draw_image](/page/python-net/aspose.page.eps/psdocument/draw_image/#aspose.pydrawing.Bitmap-aspose.pydrawing.drawing2d.Matrix-aspose.pydrawing.Color) | Draw transformed image with background. | +| [merge_to_pdf](/page/python-net/aspose.page.eps/psdocument/merge_to_pdf/#str-list-aspose.page.SaveOptions) | Merges PS/EPS files to a device. | +| [merge_to_pdf](/page/python-net/aspose.page.eps/psdocument/merge_to_pdf/#io.RawIOBase-list-aspose.page.SaveOptions) | Merges PS/EPS files to a device. | +| [save_as_image](/page/python-net/aspose.page.eps/psdocument/save_as_image/#aspose.page.eps.device.ImageSaveOptions) | Saves PS/EPS file to images bytes arrays. | | [get_xmp_metadata](/page/python-net/aspose.page.eps/psdocument/get_xmp_metadata/#) | Reads PS/EPS file and extracts XmpMetdata if it already exists or add new one if it doesn't exist. | | [extract_eps_size](/page/python-net/aspose.page.eps/psdocument/extract_eps_size/#) | Reads EPS file and extracts a size of EPS image from %%BoundingBox comment or default page size (595, 842) if it doesn't exist. | -| [resize_eps](/page/python-net/aspose.page.eps/psdocument/resize_eps/#io.RawIOBase-aspose.pydrawing.SizeF-aspose.page.Units) | Resizes given [`PsDocument`](/page/python-net/aspose.page.eps/psdocument) as EPS file. This method is used only after extracting EPS size.
It saves initial EPS file with updated existing %%BoundingBox or new one will be created. Page transformation matrix also will be set. | | [extract_eps_bounding_box](/page/python-net/aspose.page.eps/psdocument/extract_eps_bounding_box/#) | Reads EPS file and extracts bounding box of EPS image from %%BoundingBox comment or bounds for default page size (0, 0, 595, 842) if it doesn't exist. | -| [crop_eps](/page/python-net/aspose.page.eps/psdocument/crop_eps/#io.RawIOBase-list) | Crops given [`PsDocument`](/page/python-net/aspose.page.eps/psdocument) as EPS file.
It saves initial EPS file with updated existing %%BoundingBox or new one will be created. | | [set_page_size](/page/python-net/aspose.page.eps/psdocument/set_page_size/#float-float) | Sets page size. To create pages with different sizes in one document use PsDocument.SetPageDevice
method just after this method. | | [close_page](/page/python-net/aspose.page.eps/psdocument/close_page/#) | Complete current page. | | [write_graphics_save](/page/python-net/aspose.page.eps/psdocument/write_graphics_save/#) | Writes saving of the current graphics state (See PostScript specification on operator "gsave"). | diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/crop_eps/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/crop_eps/_index.md index 83063def9b48..1cc0e0507f93 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/crop_eps/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/crop_eps/_index.md @@ -8,6 +8,25 @@ url: /python-net/aspose.page.eps/psdocument/crop_eps/ is_root: false --- +## crop_eps {#str-list} + +Crops given [`PsDocument`](/page/python-net/aspose.page.eps/psdocument) as EPS file. +It saves initial EPS file with updated existing %%BoundingBox or new one will be created. + + + +```python +def crop_eps(self, out_eps_file_path, crop_box): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| out_eps_file_path | str | The output EPS file path. | +| crop_box | list | The crop box (x0, y0, x, y). | + + ## crop_eps {#io.RawIOBase-list} Crops given [`PsDocument`](/page/python-net/aspose.page.eps/psdocument) as EPS file. diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/input_stream/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/input_stream/_index.md new file mode 100644 index 000000000000..130e8910e635 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/input_stream/_index.md @@ -0,0 +1,27 @@ +--- +title: input_stream property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 530 +url: /python-net/aspose.page.eps/psdocument/input_stream/ +is_root: false +--- + +## input_stream property + + +Gets or sets an input stream of PS/EPS file. +### Definition: +```python +@property +def input_stream(self): + ... +@input_stream.setter +def input_stream(self, value): + ... +``` + +### See Also +* module [`aspose.page.eps`](../../) +* class [`PsDocument`](/page/python-net/aspose.page.eps/psdocument) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/merge_to_pdf/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/merge_to_pdf/_index.md new file mode 100644 index 000000000000..7638464bb7e0 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/merge_to_pdf/_index.md @@ -0,0 +1,52 @@ +--- +title: merge_to_pdf method +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 330 +url: /python-net/aspose.page.eps/psdocument/merge_to_pdf/ +is_root: false +--- + +## merge_to_pdf {#str-list-aspose.page.SaveOptions} + +Merges PS/EPS files to a device. + + + +```python +def merge_to_pdf(self, out_pdf_file_path, files_for_merge, options): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| out_pdf_file_path | str | An output PDF file path. | +| files_for_merge | list | PS/EPS files for merging with this file to an output device. | +| options | [`SaveOptions`](/page/python-net/aspose.page/saveoptions) | Contains flags that specify output of errors thrown during conversion. | + + +## merge_to_pdf {#io.RawIOBase-list-aspose.page.SaveOptions} + +Merges PS/EPS files to a device. + + + +```python +def merge_to_pdf(self, pdf_stream, files_for_merge, options): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| pdf_stream | io.RawIOBase | An output PDF stream. | +| files_for_merge | list | PS/EPS files for merging with this file to an output device. | +| options | [`SaveOptions`](/page/python-net/aspose.page/saveoptions) | Contains flags that specify output of errors thrown during conversion. | + + + +### See Also +* module [`aspose.page.eps`](../../) +* class [`PsDocument`](/page/python-net/aspose.page.eps/psdocument) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/number_of_pages/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/number_of_pages/_index.md index e064540352bc..aff38673ad7c 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/number_of_pages/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/number_of_pages/_index.md @@ -3,7 +3,7 @@ title: number_of_pages property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 500 +weight: 540 url: /python-net/aspose.page.eps/psdocument/number_of_pages/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/open_page/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/open_page/_index.md index be03b0400106..d160415f2bbf 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/open_page/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/open_page/_index.md @@ -3,7 +3,7 @@ title: open_page method second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 330 +weight: 340 url: /python-net/aspose.page.eps/psdocument/open_page/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/outline_text/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/outline_text/_index.md index a733bc1700b2..91c0e4f484d1 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/outline_text/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/outline_text/_index.md @@ -3,7 +3,7 @@ title: outline_text method second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 340 +weight: 350 url: /python-net/aspose.page.eps/psdocument/outline_text/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/resize_eps/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/resize_eps/_index.md index 116d6c37e954..69e8d61bfc13 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/resize_eps/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/resize_eps/_index.md @@ -3,11 +3,31 @@ title: resize_eps method second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 350 +weight: 360 url: /python-net/aspose.page.eps/psdocument/resize_eps/ is_root: false --- +## resize_eps {#str-aspose.pydrawing.SizeF-aspose.page.Units} + +Resizes given [`PsDocument`](/page/python-net/aspose.page.eps/psdocument) as EPS file. This method is used only after extracting EPS size. +It saves initial EPS file with updated existing %%BoundingBox or new one will be created. Page transformation matrix also will be set. + + + +```python +def resize_eps(self, out_eps_file_path, new_size_in_units, units): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| out_eps_file_path | str | The output EPS file path. | +| new_size_in_units | aspose.pydrawing.SizeF | New size of EPS image in assigned units. | +| units | [`Units`](/page/python-net/aspose.page/units) | The units of the new size. Can be points, inches, millimeters, centimeters and percents of initial size. | + + ## resize_eps {#io.RawIOBase-aspose.pydrawing.SizeF-aspose.page.Units} Resizes given [`PsDocument`](/page/python-net/aspose.page.eps/psdocument) as EPS file. This method is used only after extracting EPS size. diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/rotate/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/rotate/_index.md index 089b3418def9..b739a5b1eef4 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/rotate/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/rotate/_index.md @@ -3,7 +3,7 @@ title: rotate method second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 360 +weight: 370 url: /python-net/aspose.page.eps/psdocument/rotate/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/save/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/save/_index.md index 2798eb29b6c2..1c223aa1069f 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/save/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/save/_index.md @@ -3,7 +3,7 @@ title: save method second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 370 +weight: 380 url: /python-net/aspose.page.eps/psdocument/save/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/save_as_image/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/save_as_image/_index.md new file mode 100644 index 000000000000..da53ef965133 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/save_as_image/_index.md @@ -0,0 +1,36 @@ +--- +title: save_as_image method +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 390 +url: /python-net/aspose.page.eps/psdocument/save_as_image/ +is_root: false +--- + +## save_as_image {#aspose.page.eps.device.ImageSaveOptions} + +Saves PS/EPS file to images bytes arrays. + + +### Returns + + +Images bytes. One byte array for one page. + + +```python +def save_as_image(self, options): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| options | aspose.page.eps.device.ImageSaveOptions | Contains necessary parameters for saving image and flags that specify output of errors thrown during conversion. | + + + +### See Also +* module [`aspose.page.eps`](../../) +* class [`PsDocument`](/page/python-net/aspose.page.eps/psdocument) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/save_as_pdf/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/save_as_pdf/_index.md new file mode 100644 index 000000000000..df84bd2f8774 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/save_as_pdf/_index.md @@ -0,0 +1,50 @@ +--- +title: save_as_pdf method +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 400 +url: /python-net/aspose.page.eps/psdocument/save_as_pdf/ +is_root: false +--- + +## save_as_pdf {#str-aspose.page.eps.device.PdfSaveOptions} + +Saves PS/EPS file to PDF file. + + + +```python +def save_as_pdf(self, out_pdf_file_path, options): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| out_pdf_file_path | str | An output PDF file path. | +| options | aspose.page.eps.device.PdfSaveOptions | Contains flags that specify output of errors thrown during conversion. | + + +## save_as_pdf {#io.RawIOBase-aspose.page.eps.device.PdfSaveOptions} + +Saves PS/EPS file to PDF stream. + + + +```python +def save_as_pdf(self, pdf_stream, options): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| pdf_stream | io.RawIOBase | An output PDF stream. | +| options | aspose.page.eps.device.PdfSaveOptions | Contains flags that specify output of errors thrown during conversion. | + + + +### See Also +* module [`aspose.page.eps`](../../) +* class [`PsDocument`](/page/python-net/aspose.page.eps/psdocument) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/save_image_as_eps/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/save_image_as_eps/_index.md index 02fb089e19c5..ae16925f9018 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/save_image_as_eps/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/save_image_as_eps/_index.md @@ -3,7 +3,7 @@ title: save_image_as_eps method second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 380 +weight: 410 url: /python-net/aspose.page.eps/psdocument/save_image_as_eps/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/scale/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/scale/_index.md index 39406c33361a..4c06091a64ec 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/scale/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/scale/_index.md @@ -3,7 +3,7 @@ title: scale method second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 390 +weight: 420 url: /python-net/aspose.page.eps/psdocument/scale/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/set_page_size/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/set_page_size/_index.md index 0ceab0231ebe..33cfcab3b71e 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/set_page_size/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/set_page_size/_index.md @@ -3,7 +3,7 @@ title: set_page_size method second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 400 +weight: 430 url: /python-net/aspose.page.eps/psdocument/set_page_size/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/set_paint/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/set_paint/_index.md index 557726647e2a..421696a9a6ba 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/set_paint/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/set_paint/_index.md @@ -3,7 +3,7 @@ title: set_paint method second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 410 +weight: 440 url: /python-net/aspose.page.eps/psdocument/set_paint/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/set_stroke/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/set_stroke/_index.md index f6dcb16e9dc9..09ede678401c 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/set_stroke/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/set_stroke/_index.md @@ -3,7 +3,7 @@ title: set_stroke method second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 420 +weight: 450 url: /python-net/aspose.page.eps/psdocument/set_stroke/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/set_transform/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/set_transform/_index.md index 766045255417..814ba20cd2c4 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/set_transform/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/set_transform/_index.md @@ -3,7 +3,7 @@ title: set_transform method second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 430 +weight: 460 url: /python-net/aspose.page.eps/psdocument/set_transform/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/shear/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/shear/_index.md index 6fab92363697..cee575f4bc1e 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/shear/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/shear/_index.md @@ -3,7 +3,7 @@ title: shear method second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 440 +weight: 470 url: /python-net/aspose.page.eps/psdocument/shear/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/transform/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/transform/_index.md index 0af0a2fd73e4..6336d51855c9 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/transform/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/transform/_index.md @@ -3,7 +3,7 @@ title: transform method second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 450 +weight: 480 url: /python-net/aspose.page.eps/psdocument/transform/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/translate/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/translate/_index.md index 828af0911cf7..8be0ca1e0067 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/translate/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/translate/_index.md @@ -3,7 +3,7 @@ title: translate method second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 460 +weight: 490 url: /python-net/aspose.page.eps/psdocument/translate/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/write_graphics_restore/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/write_graphics_restore/_index.md index e68953c4199d..c8264f544f6f 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/write_graphics_restore/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/write_graphics_restore/_index.md @@ -3,7 +3,7 @@ title: write_graphics_restore method second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 470 +weight: 500 url: /python-net/aspose.page.eps/psdocument/write_graphics_restore/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/write_graphics_save/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/write_graphics_save/_index.md index b754bf6b7eb6..336cb06dbad7 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/write_graphics_save/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.eps/psdocument/write_graphics_save/_index.md @@ -3,7 +3,7 @@ title: write_graphics_save method second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 480 +weight: 510 url: /python-net/aspose.page.eps/psdocument/write_graphics_save/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.plugins/psconvertertoimageoptions/__init__/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.plugins/psconvertertoimageoptions/__init__/_index.md index a819aa20af17..fbb98b779c9a 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.plugins/psconvertertoimageoptions/__init__/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.plugins/psconvertertoimageoptions/__init__/_index.md @@ -22,7 +22,7 @@ def __init__(self): -## __init__ {#aspose.pydrawing.imaging.ImageFormat} +## __init__ {#aspose.page.drawing.imaging.ImageFormat} Initializes new instance of the [`PsConverterToImageOptions`](/page/python-net/aspose.page.plugins/psconvertertoimageoptions) object with image format. @@ -36,10 +36,10 @@ def __init__(self, image_format): | Parameter | Type | Description | | :- | :- | :- | -| image_format | aspose.pydrawing.imaging.ImageFormat | A format of resulting image. | +| image_format | aspose.page.drawing.imaging.ImageFormat | A format of resulting image. | -## __init__ {#aspose.pydrawing.Size} +## __init__ {#aspose.page.drawing.Size} Initializes new instance of the [`PsConverterToImageOptions`](/page/python-net/aspose.page.plugins/psconvertertoimageoptions) object with a size of the resulting image. @@ -53,10 +53,10 @@ def __init__(self, size): | Parameter | Type | Description | | :- | :- | :- | -| size | aspose.pydrawing.Size | A size the resulting image. | +| size | aspose.page.drawing.Size | A size the resulting image. | -## __init__ {#aspose.pydrawing.imaging.ImageFormat-aspose.pydrawing.Size} +## __init__ {#aspose.page.drawing.imaging.ImageFormat-aspose.page.drawing.Size} Initializes new instance of the [`PsConverterToImageOptions`](/page/python-net/aspose.page.plugins/psconvertertoimageoptions) object with image format and a size of the resulting image. @@ -70,8 +70,8 @@ def __init__(self, image_format, size): | Parameter | Type | Description | | :- | :- | :- | -| image_format | aspose.pydrawing.imaging.ImageFormat | A format of resulting image. | -| size | aspose.pydrawing.Size | A size the resulting image. | +| image_format | aspose.page.drawing.imaging.ImageFormat | A format of resulting image. | +| size | aspose.page.drawing.Size | A size the resulting image. | diff --git a/content/sites/aspose/page/english/python-net/aspose.page.plugins/psconvertertoimageoptions/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.plugins/psconvertertoimageoptions/_index.md index fa875db7a369..8e0e4a4e01cc 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.plugins/psconvertertoimageoptions/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.plugins/psconvertertoimageoptions/_index.md @@ -25,9 +25,9 @@ The PsConverterToImageOptions type exposes the following members: | Constructor | Description | | :- | :- | | [__init__](/page/python-net/aspose.page.plugins/psconvertertoimageoptions/__init__/#) | Initializes new instance of the [`PsConverterToImageOptions`](/page/python-net/aspose.page.plugins/psconvertertoimageoptions) object with default options. | -| [__init__](/page/python-net/aspose.page.plugins/psconvertertoimageoptions/__init__/#aspose.pydrawing.imaging.ImageFormat) | Initializes new instance of the [`PsConverterToImageOptions`](/page/python-net/aspose.page.plugins/psconvertertoimageoptions) object with image format. | -| [__init__](/page/python-net/aspose.page.plugins/psconvertertoimageoptions/__init__/#aspose.pydrawing.Size) | Initializes new instance of the [`PsConverterToImageOptions`](/page/python-net/aspose.page.plugins/psconvertertoimageoptions) object with a size of the resulting image. | -| [__init__](/page/python-net/aspose.page.plugins/psconvertertoimageoptions/__init__/#aspose.pydrawing.imaging.ImageFormat-aspose.pydrawing.Size) | Initializes new instance of the [`PsConverterToImageOptions`](/page/python-net/aspose.page.plugins/psconvertertoimageoptions) object with image format and a size of the resulting image. | +| [__init__](/page/python-net/aspose.page.plugins/psconvertertoimageoptions/__init__/#aspose.page.drawing.imaging.ImageFormat) | Initializes new instance of the [`PsConverterToImageOptions`](/page/python-net/aspose.page.plugins/psconvertertoimageoptions) object with image format. | +| [__init__](/page/python-net/aspose.page.plugins/psconvertertoimageoptions/__init__/#aspose.page.drawing.Size) | Initializes new instance of the [`PsConverterToImageOptions`](/page/python-net/aspose.page.plugins/psconvertertoimageoptions) object with a size of the resulting image. | +| [__init__](/page/python-net/aspose.page.plugins/psconvertertoimageoptions/__init__/#aspose.page.drawing.imaging.ImageFormat-aspose.page.drawing.Size) | Initializes new instance of the [`PsConverterToImageOptions`](/page/python-net/aspose.page.plugins/psconvertertoimageoptions) object with image format and a size of the resulting image. | ### Properties diff --git a/content/sites/aspose/page/english/python-net/aspose.page.plugins/psconvertertoimageoptions/image_format/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.plugins/psconvertertoimageoptions/image_format/_index.md index afcc6137e435..69e0ce5bb598 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.plugins/psconvertertoimageoptions/image_format/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.plugins/psconvertertoimageoptions/image_format/_index.md @@ -24,4 +24,5 @@ def image_format(self, value): ### See Also * module [`aspose.page.plugins`](../../) +* class [`ImageFormat`](/page/python-net/aspose.page.drawing.imaging/imageformat) * class [`PsConverterToImageOptions`](/page/python-net/aspose.page.plugins/psconvertertoimageoptions) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.plugins/psconvertertoimageoptions/size/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.plugins/psconvertertoimageoptions/size/_index.md index f11b1355ac6f..33a2dc252cfa 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.plugins/psconvertertoimageoptions/size/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.plugins/psconvertertoimageoptions/size/_index.md @@ -25,3 +25,4 @@ def size(self, value): ### See Also * module [`aspose.page.plugins`](../../) * class [`PsConverterToImageOptions`](/page/python-net/aspose.page.plugins/psconvertertoimageoptions) +* class [`Size`](/page/python-net/aspose.page.drawing/size) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.plugins/xpsconvertertoimageoptions/__init__/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.plugins/xpsconvertertoimageoptions/__init__/_index.md index e7f301b32b1e..cc66984522ab 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.plugins/xpsconvertertoimageoptions/__init__/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.plugins/xpsconvertertoimageoptions/__init__/_index.md @@ -22,7 +22,7 @@ def __init__(self): -## __init__ {#aspose.pydrawing.imaging.ImageFormat} +## __init__ {#aspose.page.drawing.imaging.ImageFormat} Initializes new instance of the [`XpsConverterToImageOptions`](/page/python-net/aspose.page.plugins/xpsconvertertoimageoptions) object with image format. @@ -36,7 +36,7 @@ def __init__(self, image_format): | Parameter | Type | Description | | :- | :- | :- | -| image_format | aspose.pydrawing.imaging.ImageFormat | A format of resulting image. | +| image_format | aspose.page.drawing.imaging.ImageFormat | A format of resulting image. | ## __init__ {#aspose.pydrawing.Size} @@ -56,7 +56,7 @@ def __init__(self, size): | size | aspose.pydrawing.Size | A size the resulting image. | -## __init__ {#aspose.pydrawing.imaging.ImageFormat-aspose.pydrawing.Size} +## __init__ {#aspose.page.drawing.imaging.ImageFormat-aspose.pydrawing.Size} Initializes new instance of the [`XpsConverterToImageOptions`](/page/python-net/aspose.page.plugins/xpsconvertertoimageoptions) object with image format and a size of the resulting image. @@ -70,7 +70,7 @@ def __init__(self, image_format, size): | Parameter | Type | Description | | :- | :- | :- | -| image_format | aspose.pydrawing.imaging.ImageFormat | A format of resulting image. | +| image_format | aspose.page.drawing.imaging.ImageFormat | A format of resulting image. | | size | aspose.pydrawing.Size | A size the resulting image. | diff --git a/content/sites/aspose/page/english/python-net/aspose.page.plugins/xpsconvertertoimageoptions/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.plugins/xpsconvertertoimageoptions/_index.md index 4c5c8bf98ba0..5a6ad79eb8cc 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.plugins/xpsconvertertoimageoptions/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.plugins/xpsconvertertoimageoptions/_index.md @@ -25,9 +25,9 @@ The XpsConverterToImageOptions type exposes the following members: | Constructor | Description | | :- | :- | | [__init__](/page/python-net/aspose.page.plugins/xpsconvertertoimageoptions/__init__/#) | Initializes new instance of the [`XpsConverterToImageOptions`](/page/python-net/aspose.page.plugins/xpsconvertertoimageoptions) object with default options. | -| [__init__](/page/python-net/aspose.page.plugins/xpsconvertertoimageoptions/__init__/#aspose.pydrawing.imaging.ImageFormat) | Initializes new instance of the [`XpsConverterToImageOptions`](/page/python-net/aspose.page.plugins/xpsconvertertoimageoptions) object with image format. | +| [__init__](/page/python-net/aspose.page.plugins/xpsconvertertoimageoptions/__init__/#aspose.page.drawing.imaging.ImageFormat) | Initializes new instance of the [`XpsConverterToImageOptions`](/page/python-net/aspose.page.plugins/xpsconvertertoimageoptions) object with image format. | | [__init__](/page/python-net/aspose.page.plugins/xpsconvertertoimageoptions/__init__/#aspose.pydrawing.Size) | Initializes new instance of the [`XpsConverterToImageOptions`](/page/python-net/aspose.page.plugins/xpsconvertertoimageoptions) object with a size of the resulting image. | -| [__init__](/page/python-net/aspose.page.plugins/xpsconvertertoimageoptions/__init__/#aspose.pydrawing.imaging.ImageFormat-aspose.pydrawing.Size) | Initializes new instance of the [`XpsConverterToImageOptions`](/page/python-net/aspose.page.plugins/xpsconvertertoimageoptions) object with image format and a size of the resulting image. | +| [__init__](/page/python-net/aspose.page.plugins/xpsconvertertoimageoptions/__init__/#aspose.page.drawing.imaging.ImageFormat-aspose.pydrawing.Size) | Initializes new instance of the [`XpsConverterToImageOptions`](/page/python-net/aspose.page.plugins/xpsconvertertoimageoptions) object with image format and a size of the resulting image. | ### Properties diff --git a/content/sites/aspose/page/english/python-net/aspose.page.plugins/xpsconvertertoimageoptions/image_format/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.plugins/xpsconvertertoimageoptions/image_format/_index.md index 916a0cae1bff..2533fca7afcc 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.plugins/xpsconvertertoimageoptions/image_format/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.plugins/xpsconvertertoimageoptions/image_format/_index.md @@ -24,4 +24,5 @@ def image_format(self, value): ### See Also * module [`aspose.page.plugins`](../../) +* class [`ImageFormat`](/page/python-net/aspose.page.drawing.imaging/imageformat) * class [`XpsConverterToImageOptions`](/page/python-net/aspose.page.plugins/xpsconvertertoimageoptions) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/bmpsaveoptions/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/bmpsaveoptions/_index.md index e2d30636d2c8..e465e3810743 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/bmpsaveoptions/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/bmpsaveoptions/_index.md @@ -32,6 +32,7 @@ The BmpSaveOptions type exposes the following members: | Property | Description | | :- | :- | | [supress_errors](/page/python-net/aspose.page.xps.presentation.image/bmpsaveoptions/supress_errors) | Specifies whether errors must be suppressed or not.
If true suppressed errors are added to [`SaveOptions.Exceptions`](/page/python-net/aspose.page/saveoptions) list.
If false the first error will terminate the program. | +| [size](/page/python-net/aspose.page.xps.presentation.image/bmpsaveoptions/size) | Gets/sets the size of the image. | | [debug](/page/python-net/aspose.page.xps.presentation.image/bmpsaveoptions/debug) | Specifies whether debug information must be printed to standard output stream or not. | | [additional_fonts_folders](/page/python-net/aspose.page.xps.presentation.image/bmpsaveoptions/additional_fonts_folders) | Specifies additional folders where converter should find fonts for input document.
Default folder are standard fonts folder where OS finds fonts for internal needs. | | [jpeg_quality_level](/page/python-net/aspose.page.xps.presentation.image/bmpsaveoptions/jpeg_quality_level) | The Quality category specifies the level of compression for an image.
Available values are 0 to 100.
The lower the number specified, the higher the compression and therefore the lower the quality of the image.
0 value results in lowest quality image, while 100 results in highest. | @@ -40,6 +41,7 @@ The BmpSaveOptions type exposes the following members: | [smoothing_mode](/page/python-net/aspose.page.xps.presentation.image/bmpsaveoptions/smoothing_mode) | Gets/sets the smoothing mode. | | [text_rendering_hint](/page/python-net/aspose.page.xps.presentation.image/bmpsaveoptions/text_rendering_hint) | Gets/sets the text rendering hint. | | [interpolation_mode](/page/python-net/aspose.page.xps.presentation.image/bmpsaveoptions/interpolation_mode) | Gets/sets the interpolation mode. | +| [image_size](/page/python-net/aspose.page.xps.presentation.image/bmpsaveoptions/image_size) | Gets/sets the size of the output images in pixels. | diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/bmpsaveoptions/image_size/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/bmpsaveoptions/image_size/_index.md new file mode 100644 index 000000000000..fae6c4b248fd --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/bmpsaveoptions/image_size/_index.md @@ -0,0 +1,27 @@ +--- +title: image_size property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 50 +url: /python-net/aspose.page.xps.presentation.image/bmpsaveoptions/image_size/ +is_root: false +--- + +## image_size property + + +Gets/sets the size of the output images in pixels. +### Definition: +```python +@property +def image_size(self): + ... +@image_size.setter +def image_size(self, value): + ... +``` + +### See Also +* module [`aspose.page.xps.presentation.image`](../../) +* class [`BmpSaveOptions`](/page/python-net/aspose.page.xps.presentation.image/bmpsaveoptions) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/bmpsaveoptions/interpolation_mode/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/bmpsaveoptions/interpolation_mode/_index.md index 076e06e7c39c..e1c0f283745e 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/bmpsaveoptions/interpolation_mode/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/bmpsaveoptions/interpolation_mode/_index.md @@ -3,7 +3,7 @@ title: interpolation_mode property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 50 +weight: 60 url: /python-net/aspose.page.xps.presentation.image/bmpsaveoptions/interpolation_mode/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/bmpsaveoptions/jpeg_quality_level/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/bmpsaveoptions/jpeg_quality_level/_index.md index 1f501cd1aeea..c61e1908ee85 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/bmpsaveoptions/jpeg_quality_level/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/bmpsaveoptions/jpeg_quality_level/_index.md @@ -3,7 +3,7 @@ title: jpeg_quality_level property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 60 +weight: 70 url: /python-net/aspose.page.xps.presentation.image/bmpsaveoptions/jpeg_quality_level/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/bmpsaveoptions/page_numbers/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/bmpsaveoptions/page_numbers/_index.md index 5f76168658ff..88cff1c5c226 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/bmpsaveoptions/page_numbers/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/bmpsaveoptions/page_numbers/_index.md @@ -3,7 +3,7 @@ title: page_numbers property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 70 +weight: 80 url: /python-net/aspose.page.xps.presentation.image/bmpsaveoptions/page_numbers/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/bmpsaveoptions/resolution/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/bmpsaveoptions/resolution/_index.md index 08b9a3532039..451fc70b5b70 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/bmpsaveoptions/resolution/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/bmpsaveoptions/resolution/_index.md @@ -3,7 +3,7 @@ title: resolution property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 80 +weight: 90 url: /python-net/aspose.page.xps.presentation.image/bmpsaveoptions/resolution/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/size/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/bmpsaveoptions/size/_index.md similarity index 54% rename from content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/size/_index.md rename to content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/bmpsaveoptions/size/_index.md index 64939b12c009..e2cd77e47485 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/size/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/bmpsaveoptions/size/_index.md @@ -3,15 +3,15 @@ title: size property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 590 -url: /python-net/aspose.page.xps.presentation.image/imagedevice/size/ +weight: 100 +url: /python-net/aspose.page.xps.presentation.image/bmpsaveoptions/size/ is_root: false --- ## size property -Gets/sets the device media size. +Gets/sets the size of the image. ### Definition: ```python @property @@ -24,4 +24,5 @@ def size(self, value): ### See Also * module [`aspose.page.xps.presentation.image`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.xps.presentation.image/imagedevice) +* class [`BmpSaveOptions`](/page/python-net/aspose.page.xps.presentation.image/bmpsaveoptions) +* class [`Size`](/page/python-net/aspose.page.drawing/size) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/bmpsaveoptions/smoothing_mode/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/bmpsaveoptions/smoothing_mode/_index.md index 7d5fc46b1e47..ef66e090b4cb 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/bmpsaveoptions/smoothing_mode/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/bmpsaveoptions/smoothing_mode/_index.md @@ -3,7 +3,7 @@ title: smoothing_mode property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 90 +weight: 110 url: /python-net/aspose.page.xps.presentation.image/bmpsaveoptions/smoothing_mode/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/bmpsaveoptions/supress_errors/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/bmpsaveoptions/supress_errors/_index.md index adbe9309a652..bd7c8cc49100 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/bmpsaveoptions/supress_errors/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/bmpsaveoptions/supress_errors/_index.md @@ -3,7 +3,7 @@ title: supress_errors property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 100 +weight: 120 url: /python-net/aspose.page.xps.presentation.image/bmpsaveoptions/supress_errors/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/bmpsaveoptions/text_rendering_hint/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/bmpsaveoptions/text_rendering_hint/_index.md index a3937c9b2797..646170b6a51d 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/bmpsaveoptions/text_rendering_hint/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/bmpsaveoptions/text_rendering_hint/_index.md @@ -3,7 +3,7 @@ title: text_rendering_hint property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 110 +weight: 130 url: /python-net/aspose.page.xps.presentation.image/bmpsaveoptions/text_rendering_hint/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/_index.md index 2e049aadfe14..1082c815ca06 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/_index.md @@ -31,18 +31,6 @@ The ImageDevice type exposes the following members: ### Properties | Property | Description | | :- | :- | -| [creator](/page/python-net/aspose.page.xps.presentation.image/imagedevice/creator) | Returns or specifies creator of resulting device output. | -| [size](/page/python-net/aspose.page.xps.presentation.image/imagedevice/size) | Gets/sets the device media size. | -| [is_direct_rgb](/page/python-net/aspose.page.xps.presentation.image/imagedevice/is_direct_rgb) | Indicates whether device uses direct RGB mode, that is RGB. | -| [background](/page/python-net/aspose.page.xps.presentation.image/imagedevice/background) | Gets/sets the background color. | -| [opacity](/page/python-net/aspose.page.xps.presentation.image/imagedevice/opacity) | Gets/sets the opacity. | -| [stroke](/page/python-net/aspose.page.xps.presentation.image/imagedevice/stroke) | Gets/sets the stroke for drawing paths. | -| [paint](/page/python-net/aspose.page.xps.presentation.image/imagedevice/paint) | Gets/sets the brush for filling paths. | -| [opacity_mask](/page/python-net/aspose.page.xps.presentation.image/imagedevice/opacity_mask) | Gets/sets the brush for opacity mask. The mask applies over Paint or Strike. | -| [char_tm](/page/python-net/aspose.page.xps.presentation.image/imagedevice/char_tm) | Returns or specifies current characters transform. | -| [text_rendering_mode](/page/python-net/aspose.page.xps.presentation.image/imagedevice/text_rendering_mode) | Returns or specifies current text rendering mode. | -| [text_stroke_width](/page/python-net/aspose.page.xps.presentation.image/imagedevice/text_stroke_width) | Returns or specifies current text stroke width. | -| [version](/page/python-net/aspose.page.xps.presentation.image/imagedevice/version) | Current device version. | | [result](/page/python-net/aspose.page.xps.presentation.image/imagedevice/result) | Returns the resulting images byte arrays.
The first dimension is for inner documents
and the second one is for pages within inner documents. | | [current_page_number](/page/python-net/aspose.page.xps.presentation.image/imagedevice/current_page_number) | Returns the absolute number of the current page within the document. | | [current_relative_page_number](/page/python-net/aspose.page.xps.presentation.image/imagedevice/current_relative_page_number) | Returns the relative number of the current page within the current partition. | @@ -51,52 +39,8 @@ The ImageDevice type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [rotate](/page/python-net/aspose.page.xps.presentation.image/imagedevice/rotate/#float) | Applies a clockwise rotation about the origin to the current transformation matrix. | -| [rotate](/page/python-net/aspose.page.xps.presentation.image/imagedevice/rotate/#float-float-float) | Rotate the current transformation matrix around a point. | -| [draw_polyline](/page/python-net/aspose.page.xps.presentation.image/imagedevice/draw_polyline/#list-list-int) | Draws a polyline. | -| [draw_polyline](/page/python-net/aspose.page.xps.presentation.image/imagedevice/draw_polyline/#list-list-int) | Draws a polyline. | -| [draw_polygon](/page/python-net/aspose.page.xps.presentation.image/imagedevice/draw_polygon/#list-list-int) | Draws a polygon. | -| [draw_polygon](/page/python-net/aspose.page.xps.presentation.image/imagedevice/draw_polygon/#list-list-int) | Draws a poligone. | -| [fill_polygon](/page/python-net/aspose.page.xps.presentation.image/imagedevice/fill_polygon/#list-list-int) | Fills a poligone. | -| [fill_polygon](/page/python-net/aspose.page.xps.presentation.image/imagedevice/fill_polygon/#list-list-int) | Fills a poligone. | | [open_page](/page/python-net/aspose.page.xps.presentation.image/imagedevice/open_page/#str) | Starts a new page with the specifies title. | | [open_page](/page/python-net/aspose.page.xps.presentation.image/imagedevice/open_page/#float-float) | Starts a new page with the specified width and height. | -| [re_new](/page/python-net/aspose.page.xps.presentation.image/imagedevice/re_new/#) | Sets the devices to the initial state. | -| [get_property](/page/python-net/aspose.page.xps.presentation.image/imagedevice/get_property/#str) | Gets a value of string property. | -| [get_property_color](/page/python-net/aspose.page.xps.presentation.image/imagedevice/get_property_color/#str) | Gets a value of color property. | -| [get_property_rectangle](/page/python-net/aspose.page.xps.presentation.image/imagedevice/get_property_rectangle/#str) | Gets a value of rectangle property. | -| [get_property_margins](/page/python-net/aspose.page.xps.presentation.image/imagedevice/get_property_margins/#str) | Gets a value of margin property. | -| [get_property_size](/page/python-net/aspose.page.xps.presentation.image/imagedevice/get_property_size/#str) | Gets a value of size property. | -| [get_property_int](/page/python-net/aspose.page.xps.presentation.image/imagedevice/get_property_int/#str) | Gets a value of integer property. | -| [get_property_double](/page/python-net/aspose.page.xps.presentation.image/imagedevice/get_property_double/#str) | Gets a value of double property. | -| [is_property](/page/python-net/aspose.page.xps.presentation.image/imagedevice/is_property/#str) | Gets a value of boolean property. | -| [create](/page/python-net/aspose.page.xps.presentation.image/imagedevice/create/#) | Creates a new instance of the device based on this device instance.
Writes this device graphics state, i.e. creates ApsCanvas instance(s)
with corresponding RenderTransform and Clip properties. | -| [set_transform](/page/python-net/aspose.page.xps.presentation.image/imagedevice/set_transform/#aspose.pydrawing.drawing2d.Matrix) | Sets the current transformation matrix. | -| [get_transform](/page/python-net/aspose.page.xps.presentation.image/imagedevice/get_transform/#) | Returns the current transformation matrix. | -| [transform](/page/python-net/aspose.page.xps.presentation.image/imagedevice/transform/#aspose.pydrawing.drawing2d.Matrix) | Multiplies the current transformation matrix by the specified Matrix. | -| [translate](/page/python-net/aspose.page.xps.presentation.image/imagedevice/translate/#float-float) | Applies the specified translation vector to the current transformation matrix. | -| [scale](/page/python-net/aspose.page.xps.presentation.image/imagedevice/scale/#float-float) | Applies the specified scale vector to the current transformation matrix. | -| [shear](/page/python-net/aspose.page.xps.presentation.image/imagedevice/shear/#float-float) | Applies the specified shear vector to the current transformation matrix. | -| [init_clip](/page/python-net/aspose.page.xps.presentation.image/imagedevice/init_clip/#) | Initializes clip of the device. | -| [set_clip](/page/python-net/aspose.page.xps.presentation.image/imagedevice/set_clip/#aspose.pydrawing.drawing2d.GraphicsPath) | Adds the specified path to the current clip path. | -| [draw](/page/python-net/aspose.page.xps.presentation.image/imagedevice/draw/#aspose.pydrawing.drawing2d.GraphicsPath) | Draws the specified path. | -| [fill](/page/python-net/aspose.page.xps.presentation.image/imagedevice/fill/#aspose.pydrawing.drawing2d.GraphicsPath) | Fills the specified path. | -| [draw_string](/page/python-net/aspose.page.xps.presentation.image/imagedevice/draw_string/#str-float-float) | Draws a string at the specified position. | -| [draw_image](/page/python-net/aspose.page.xps.presentation.image/imagedevice/draw_image/#aspose.pydrawing.Bitmap-aspose.pydrawing.drawing2d.Matrix-aspose.pydrawing.Color) | Draws an image with assigned transform and background. | -| [start_document](/page/python-net/aspose.page.xps.presentation.image/imagedevice/start_document/#) | Starts the document. | -| [end_document](/page/python-net/aspose.page.xps.presentation.image/imagedevice/end_document/#) | Accomplishes the document. | -| [dispose](/page/python-net/aspose.page.xps.presentation.image/imagedevice/dispose/#) | Disposes this device instance. Finalizes this device instance graphics state,
i.e. switches APS composing context to the ApsCanvas of the level higher then this
device's graphics state ApsCanvas. | -| [reset](/page/python-net/aspose.page.xps.presentation.image/imagedevice/reset/#) | Resets the device. | -| [write_comment](/page/python-net/aspose.page.xps.presentation.image/imagedevice/write_comment/#str) | Writes a comment. | -| [draw_arc](/page/python-net/aspose.page.xps.presentation.image/imagedevice/draw_arc/#float-float-float-float-float-float) | Draws an arc. | -| [draw_line](/page/python-net/aspose.page.xps.presentation.image/imagedevice/draw_line/#float-float-float-float) | Draws a line segment. | -| [draw_oval](/page/python-net/aspose.page.xps.presentation.image/imagedevice/draw_oval/#float-float-float-float) | Draws an oval. | -| [draw_rect](/page/python-net/aspose.page.xps.presentation.image/imagedevice/draw_rect/#float-float-float-float) | Draws a rectangle. | -| [draw_round_rect](/page/python-net/aspose.page.xps.presentation.image/imagedevice/draw_round_rect/#float-float-float-float-float-float) | Draws a round rectangle. | -| [fill_arc](/page/python-net/aspose.page.xps.presentation.image/imagedevice/fill_arc/#float-float-float-float-float-float) | Fills an arc. | -| [fill_oval](/page/python-net/aspose.page.xps.presentation.image/imagedevice/fill_oval/#float-float-float-float) | Fills an oval. | -| [fill_rect](/page/python-net/aspose.page.xps.presentation.image/imagedevice/fill_rect/#float-float-float-float) | Fills a rectangle. | -| [fill_round_rect](/page/python-net/aspose.page.xps.presentation.image/imagedevice/fill_round_rect/#float-float-float-float-float-float) | Fills a round rectangle. | | [init_page_numbers](/page/python-net/aspose.page.xps.presentation.image/imagedevice/init_page_numbers/#) | Initializes numbers of pages to output. | | [close_page](/page/python-net/aspose.page.xps.presentation.image/imagedevice/close_page/#) | Accomplishes the page. | | [update_page_parameters](/page/python-net/aspose.page.xps.presentation.image/imagedevice/update_page_parameters/#aspose.page.IMultiPageDevice) | Updates the current page parameters. | diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/background/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/background/_index.md deleted file mode 100644 index 7d99cef6989f..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/background/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: background property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 490 -url: /python-net/aspose.page.xps.presentation.image/imagedevice/background/ -is_root: false ---- - -## background property - - -Gets/sets the background color. -### Definition: -```python -@property -def background(self): - ... -@background.setter -def background(self, value): - ... -``` - -### See Also -* module [`aspose.page.xps.presentation.image`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.xps.presentation.image/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/char_tm/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/char_tm/_index.md deleted file mode 100644 index e1b2cfbc6bbe..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/char_tm/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: char_tm property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 500 -url: /python-net/aspose.page.xps.presentation.image/imagedevice/char_tm/ -is_root: false ---- - -## char_tm property - - -Returns or specifies current characters transform. -### Definition: -```python -@property -def char_tm(self): - ... -@char_tm.setter -def char_tm(self, value): - ... -``` - -### See Also -* module [`aspose.page.xps.presentation.image`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.xps.presentation.image/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/create/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/create/_index.md deleted file mode 100644 index 789ca64fbb8a..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/create/_index.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -title: create method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 40 -url: /python-net/aspose.page.xps.presentation.image/imagedevice/create/ -is_root: false ---- - -## create {#} - -Creates a new instance of the device based on this device instance. -Writes this device graphics state, i.e. creates ApsCanvas instance(s) -with corresponding RenderTransform and Clip properties. - - -### Returns - - -The new device instance. - - -```python -def create(self): - ... -``` - - - - - -### See Also -* module [`aspose.page.xps.presentation.image`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.xps.presentation.image/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/creator/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/creator/_index.md deleted file mode 100644 index 98c92a210507..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/creator/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: creator property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 510 -url: /python-net/aspose.page.xps.presentation.image/imagedevice/creator/ -is_root: false ---- - -## creator property - - -Returns or specifies creator of resulting device output. -### Definition: -```python -@property -def creator(self): - ... -@creator.setter -def creator(self, value): - ... -``` - -### See Also -* module [`aspose.page.xps.presentation.image`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.xps.presentation.image/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/current_page_number/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/current_page_number/_index.md index 80f217c6ae4a..fa8981fd366a 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/current_page_number/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/current_page_number/_index.md @@ -3,7 +3,7 @@ title: current_page_number property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 520 +weight: 90 url: /python-net/aspose.page.xps.presentation.image/imagedevice/current_page_number/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/current_relative_page_number/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/current_relative_page_number/_index.md index 9b710c51a4ad..3102e1002a58 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/current_relative_page_number/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/current_relative_page_number/_index.md @@ -3,7 +3,7 @@ title: current_relative_page_number property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 530 +weight: 100 url: /python-net/aspose.page.xps.presentation.image/imagedevice/current_relative_page_number/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/dispose/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/dispose/_index.md deleted file mode 100644 index 2263eca08492..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/dispose/_index.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: dispose method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 50 -url: /python-net/aspose.page.xps.presentation.image/imagedevice/dispose/ -is_root: false ---- - -## dispose {#} - -Disposes this device instance. Finalizes this device instance graphics state, -i.e. switches APS composing context to the ApsCanvas of the level higher then this -device's graphics state ApsCanvas. - - - -```python -def dispose(self): - ... -``` - - - - - -### See Also -* module [`aspose.page.xps.presentation.image`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.xps.presentation.image/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/draw/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/draw/_index.md deleted file mode 100644 index 1d4e85afd733..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/draw/_index.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: draw method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 60 -url: /python-net/aspose.page.xps.presentation.image/imagedevice/draw/ -is_root: false ---- - -## draw {#aspose.pydrawing.drawing2d.GraphicsPath} - -Draws the specified path. - - - -```python -def draw(self, path): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| path | aspose.pydrawing.drawing2d.GraphicsPath | The path to draw. | - - - -### See Also -* module [`aspose.page.xps.presentation.image`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.xps.presentation.image/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/draw_arc/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/draw_arc/_index.md deleted file mode 100644 index b79d8dd6dead..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/draw_arc/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: draw_arc method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 70 -url: /python-net/aspose.page.xps.presentation.image/imagedevice/draw_arc/ -is_root: false ---- - -## draw_arc {#float-float-float-float-float-float} - -Draws an arc. - - - -```python -def draw_arc(self, x, y, width, height, start_angle, arc_angle): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x | float | X coordinate of center of the arc. | -| y | float | Y coordinate of center of the arc. | -| width | float | A width of circumscribed rectangle. | -| height | float | A height of circumscribed rectangle. | -| start_angle | float | A start angle of the arc. | -| arc_angle | float | An angle of the arc. | - - - -### See Also -* module [`aspose.page.xps.presentation.image`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.xps.presentation.image/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/draw_image/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/draw_image/_index.md deleted file mode 100644 index 18d47b4986f3..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/draw_image/_index.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -title: draw_image method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 80 -url: /python-net/aspose.page.xps.presentation.image/imagedevice/draw_image/ -is_root: false ---- - -## draw_image {#aspose.pydrawing.Bitmap-aspose.pydrawing.drawing2d.Matrix-aspose.pydrawing.Color} - -Draws an image with assigned transform and background. - - - -```python -def draw_image(self, image, transform, bkg): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| image | aspose.pydrawing.Bitmap | An image to be drawn. | -| transform | aspose.pydrawing.drawing2d.Matrix | A transform. | -| bkg | aspose.pydrawing.Color | A background color. | - - - -### See Also -* module [`aspose.page.xps.presentation.image`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.xps.presentation.image/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/draw_line/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/draw_line/_index.md deleted file mode 100644 index 0ced31b053bd..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/draw_line/_index.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -title: draw_line method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 90 -url: /python-net/aspose.page.xps.presentation.image/imagedevice/draw_line/ -is_root: false ---- - -## draw_line {#float-float-float-float} - -Draws a line segment. - - - -```python -def draw_line(self, x1, y1, x2, y2): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x1 | float | X coordinate of the beginning of segment. | -| y1 | float | Y coordinate of the beginning of segment. | -| x2 | float | X coordinate of the end of segment. | -| y2 | float | Y coordinate of the end of segment. | - - - -### See Also -* module [`aspose.page.xps.presentation.image`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.xps.presentation.image/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/draw_oval/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/draw_oval/_index.md deleted file mode 100644 index 0021abb4c927..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/draw_oval/_index.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -title: draw_oval method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 100 -url: /python-net/aspose.page.xps.presentation.image/imagedevice/draw_oval/ -is_root: false ---- - -## draw_oval {#float-float-float-float} - -Draws an oval. - - - -```python -def draw_oval(self, x, y, width, height): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x | float | X coordinate of center of the oval. | -| y | float | Y coordinate of center of the oval. | -| width | float | A width of circumscribed rectangle. | -| height | float | A height of circumscribed rectangle. | - - - -### See Also -* module [`aspose.page.xps.presentation.image`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.xps.presentation.image/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/draw_polygon/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/draw_polygon/_index.md deleted file mode 100644 index 6ce0f47480d3..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/draw_polygon/_index.md +++ /dev/null @@ -1,52 +0,0 @@ ---- -title: draw_polygon method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 110 -url: /python-net/aspose.page.xps.presentation.image/imagedevice/draw_polygon/ -is_root: false ---- - -## draw_polygon {#list-list-int} - -Draws a polygon. - - - -```python -def draw_polygon(self, x_points, y_points, n_points): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x_points | list | X coordinates of points. | -| y_points | list | Y coordinate of points. | -| n_points | int | The number of points. | - - -## draw_polygon {#list-list-int} - -Draws a poligone. - - - -```python -def draw_polygon(self, x_points, y_points, n_points): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x_points | list | X coordinates of points. | -| y_points | list | Y coordinate of points. | -| n_points | int | The number of points. | - - - -### See Also -* module [`aspose.page.xps.presentation.image`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.xps.presentation.image/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/draw_polyline/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/draw_polyline/_index.md deleted file mode 100644 index 217250ccdddf..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/draw_polyline/_index.md +++ /dev/null @@ -1,52 +0,0 @@ ---- -title: draw_polyline method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 120 -url: /python-net/aspose.page.xps.presentation.image/imagedevice/draw_polyline/ -is_root: false ---- - -## draw_polyline {#list-list-int} - -Draws a polyline. - - - -```python -def draw_polyline(self, x_points, y_points, n_points): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x_points | list | X coordinates of points. | -| y_points | list | Y coordinate of points. | -| n_points | int | The number of points. | - - -## draw_polyline {#list-list-int} - -Draws a polyline. - - - -```python -def draw_polyline(self, x_points, y_points, n_points): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x_points | list | X coordinates of points. | -| y_points | list | Y coordinate of points. | -| n_points | int | The number of points. | - - - -### See Also -* module [`aspose.page.xps.presentation.image`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.xps.presentation.image/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/draw_rect/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/draw_rect/_index.md deleted file mode 100644 index fc01edf1b6c8..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/draw_rect/_index.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -title: draw_rect method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 130 -url: /python-net/aspose.page.xps.presentation.image/imagedevice/draw_rect/ -is_root: false ---- - -## draw_rect {#float-float-float-float} - -Draws a rectangle. - - - -```python -def draw_rect(self, x, y, width, height): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x | float | X coordinate of upper left corner of the rectangle. | -| y | float | Y coordinate of upper left corner of the rectangle. | -| width | float | A width of the rectangle. | -| height | float | A height of the rectangle. | - - - -### See Also -* module [`aspose.page.xps.presentation.image`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.xps.presentation.image/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/draw_round_rect/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/draw_round_rect/_index.md deleted file mode 100644 index 2a411a24ff5c..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/draw_round_rect/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: draw_round_rect method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 140 -url: /python-net/aspose.page.xps.presentation.image/imagedevice/draw_round_rect/ -is_root: false ---- - -## draw_round_rect {#float-float-float-float-float-float} - -Draws a round rectangle. - - - -```python -def draw_round_rect(self, x, y, width, height, arc_width, arc_height): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x | float | X coordinate of upper left corner of the rectangle. | -| y | float | Y coordinate of upper left corner of the rectangle. | -| width | float | A width of the rectangle. | -| height | float | A height of the rectangle. | -| arc_width | float | A width of circumscribed rectangle of the arc that rounds an angle of the rectangle. | -| arc_height | float | A height of circumscribed rectangle of the arc that rounds an angle of the rectangle. | - - - -### See Also -* module [`aspose.page.xps.presentation.image`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.xps.presentation.image/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/draw_string/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/draw_string/_index.md deleted file mode 100644 index a7a01caf0596..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/draw_string/_index.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -title: draw_string method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 150 -url: /python-net/aspose.page.xps.presentation.image/imagedevice/draw_string/ -is_root: false ---- - -## draw_string {#str-float-float} - -Draws a string at the specified position. - - - -```python -def draw_string(self, str, x, y): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| str | str | The text to be drawn. | -| x | float | The x-coordinate of the string position. | -| y | float | The y-coordinate of the string position. | - - - -### See Also -* module [`aspose.page.xps.presentation.image`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.xps.presentation.image/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/end_document/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/end_document/_index.md deleted file mode 100644 index 8a51f7a88e79..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/end_document/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: end_document method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 160 -url: /python-net/aspose.page.xps.presentation.image/imagedevice/end_document/ -is_root: false ---- - -## end_document {#} - -Accomplishes the document. - - - -```python -def end_document(self): - ... -``` - - - - - -### See Also -* module [`aspose.page.xps.presentation.image`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.xps.presentation.image/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/fill/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/fill/_index.md deleted file mode 100644 index 865ff403b190..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/fill/_index.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: fill method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 170 -url: /python-net/aspose.page.xps.presentation.image/imagedevice/fill/ -is_root: false ---- - -## fill {#aspose.pydrawing.drawing2d.GraphicsPath} - -Fills the specified path. - - - -```python -def fill(self, path): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| path | aspose.pydrawing.drawing2d.GraphicsPath | The path to fill. | - - - -### See Also -* module [`aspose.page.xps.presentation.image`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.xps.presentation.image/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/fill_arc/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/fill_arc/_index.md deleted file mode 100644 index 7406b71b12ea..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/fill_arc/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: fill_arc method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 180 -url: /python-net/aspose.page.xps.presentation.image/imagedevice/fill_arc/ -is_root: false ---- - -## fill_arc {#float-float-float-float-float-float} - -Fills an arc. - - - -```python -def fill_arc(self, x, y, width, height, start_angle, arc_angle): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x | float | X coordinate of center of the arc. | -| y | float | Y coordinate of center of the arc. | -| width | float | A width of circumscribed rectangle. | -| height | float | A height of circumscribed rectangle. | -| start_angle | float | A start angle of the arc. | -| arc_angle | float | An angle of the arc. | - - - -### See Also -* module [`aspose.page.xps.presentation.image`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.xps.presentation.image/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/fill_oval/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/fill_oval/_index.md deleted file mode 100644 index 4218cbf1b9e4..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/fill_oval/_index.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -title: fill_oval method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 190 -url: /python-net/aspose.page.xps.presentation.image/imagedevice/fill_oval/ -is_root: false ---- - -## fill_oval {#float-float-float-float} - -Fills an oval. - - - -```python -def fill_oval(self, x, y, width, height): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x | float | X coordinate of center of the oval. | -| y | float | Y coordinate of center of the oval. | -| width | float | A width of circumscribed rectangle. | -| height | float | A height of circumscribed rectangle. | - - - -### See Also -* module [`aspose.page.xps.presentation.image`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.xps.presentation.image/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/fill_polygon/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/fill_polygon/_index.md deleted file mode 100644 index 08885d04d5a0..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/fill_polygon/_index.md +++ /dev/null @@ -1,52 +0,0 @@ ---- -title: fill_polygon method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 200 -url: /python-net/aspose.page.xps.presentation.image/imagedevice/fill_polygon/ -is_root: false ---- - -## fill_polygon {#list-list-int} - -Fills a poligone. - - - -```python -def fill_polygon(self, x_points, y_points, n_points): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x_points | list | X coordinates of points. | -| y_points | list | Y coordinate of points. | -| n_points | int | The number of points. | - - -## fill_polygon {#list-list-int} - -Fills a poligone. - - - -```python -def fill_polygon(self, x_points, y_points, n_points): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x_points | list | X coordinates of points. | -| y_points | list | Y coordinate of points. | -| n_points | int | The number of points. | - - - -### See Also -* module [`aspose.page.xps.presentation.image`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.xps.presentation.image/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/fill_rect/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/fill_rect/_index.md deleted file mode 100644 index 7f23cd400168..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/fill_rect/_index.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -title: fill_rect method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 210 -url: /python-net/aspose.page.xps.presentation.image/imagedevice/fill_rect/ -is_root: false ---- - -## fill_rect {#float-float-float-float} - -Fills a rectangle. - - - -```python -def fill_rect(self, x, y, width, height): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x | float | X coordinate of upper left corner of the rectangle. | -| y | float | Y coordinate of upper left corner of the rectangle. | -| width | float | A width of the rectangle. | -| height | float | A height of the rectangle. | - - - -### See Also -* module [`aspose.page.xps.presentation.image`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.xps.presentation.image/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/fill_round_rect/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/fill_round_rect/_index.md deleted file mode 100644 index 90fb728812d3..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/fill_round_rect/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: fill_round_rect method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 220 -url: /python-net/aspose.page.xps.presentation.image/imagedevice/fill_round_rect/ -is_root: false ---- - -## fill_round_rect {#float-float-float-float-float-float} - -Fills a round rectangle. - - - -```python -def fill_round_rect(self, x, y, width, height, arc_width, arc_height): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x | float | X coordinate of upper left corner of the rectangle. | -| y | float | Y coordinate of upper left corner of the rectangle. | -| width | float | A width of the rectangle. | -| height | float | A height of the rectangle. | -| arc_width | float | A width of circumscribed rectangle of the arc that rounds an angle of the rectangle. | -| arc_height | float | A height of circumscribed rectangle of the arc that rounds an angle of the rectangle. | - - - -### See Also -* module [`aspose.page.xps.presentation.image`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.xps.presentation.image/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/get_property/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/get_property/_index.md deleted file mode 100644 index f7ecc26c5fb8..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/get_property/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: get_property method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 230 -url: /python-net/aspose.page.xps.presentation.image/imagedevice/get_property/ -is_root: false ---- - -## get_property {#str} - -Gets a value of string property. - - -### Returns - - -The property value. - - -```python -def get_property(self, key): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| key | str | The name of property. | - - - -### See Also -* module [`aspose.page.xps.presentation.image`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.xps.presentation.image/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/get_property_color/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/get_property_color/_index.md deleted file mode 100644 index a3dce1888a80..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/get_property_color/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: get_property_color method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 240 -url: /python-net/aspose.page.xps.presentation.image/imagedevice/get_property_color/ -is_root: false ---- - -## get_property_color {#str} - -Gets a value of color property. - - -### Returns - - -The property value. - - -```python -def get_property_color(self, key): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| key | str | The name of property. | - - - -### See Also -* module [`aspose.page.xps.presentation.image`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.xps.presentation.image/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/get_property_double/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/get_property_double/_index.md deleted file mode 100644 index 0b8f8a6bdd0a..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/get_property_double/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: get_property_double method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 250 -url: /python-net/aspose.page.xps.presentation.image/imagedevice/get_property_double/ -is_root: false ---- - -## get_property_double {#str} - -Gets a value of double property. - - -### Returns - - -The property value. - - -```python -def get_property_double(self, key): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| key | str | The name of property. | - - - -### See Also -* module [`aspose.page.xps.presentation.image`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.xps.presentation.image/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/get_property_int/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/get_property_int/_index.md deleted file mode 100644 index 227978f1bbef..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/get_property_int/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: get_property_int method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 260 -url: /python-net/aspose.page.xps.presentation.image/imagedevice/get_property_int/ -is_root: false ---- - -## get_property_int {#str} - -Gets a value of integer property. - - -### Returns - - -The property value. - - -```python -def get_property_int(self, key): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| key | str | The name of property. | - - - -### See Also -* module [`aspose.page.xps.presentation.image`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.xps.presentation.image/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/get_property_margins/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/get_property_margins/_index.md deleted file mode 100644 index dab3ab1b7c1d..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/get_property_margins/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: get_property_margins method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 270 -url: /python-net/aspose.page.xps.presentation.image/imagedevice/get_property_margins/ -is_root: false ---- - -## get_property_margins {#str} - -Gets a value of margin property. - - -### Returns - - -The property value. - - -```python -def get_property_margins(self, key): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| key | str | The name of property. | - - - -### See Also -* module [`aspose.page.xps.presentation.image`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.xps.presentation.image/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/get_property_rectangle/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/get_property_rectangle/_index.md deleted file mode 100644 index 4a0a59147ec3..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/get_property_rectangle/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: get_property_rectangle method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 280 -url: /python-net/aspose.page.xps.presentation.image/imagedevice/get_property_rectangle/ -is_root: false ---- - -## get_property_rectangle {#str} - -Gets a value of rectangle property. - - -### Returns - - -The property value. - - -```python -def get_property_rectangle(self, key): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| key | str | The name of property. | - - - -### See Also -* module [`aspose.page.xps.presentation.image`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.xps.presentation.image/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/get_property_size/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/get_property_size/_index.md deleted file mode 100644 index 9c1073b19767..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/get_property_size/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: get_property_size method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 290 -url: /python-net/aspose.page.xps.presentation.image/imagedevice/get_property_size/ -is_root: false ---- - -## get_property_size {#str} - -Gets a value of size property. - - -### Returns - - -The property value. - - -```python -def get_property_size(self, key): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| key | str | The name of property. | - - - -### See Also -* module [`aspose.page.xps.presentation.image`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.xps.presentation.image/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/get_transform/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/get_transform/_index.md deleted file mode 100644 index f6eb32f05cfd..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/get_transform/_index.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -title: get_transform method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 300 -url: /python-net/aspose.page.xps.presentation.image/imagedevice/get_transform/ -is_root: false ---- - -## get_transform {#} - -Returns the current transformation matrix. - - -### Returns - - -The current transformation matrix. - - -```python -def get_transform(self): - ... -``` - - - - - -### See Also -* module [`aspose.page.xps.presentation.image`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.xps.presentation.image/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/init_clip/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/init_clip/_index.md deleted file mode 100644 index 7a06588ebd68..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/init_clip/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: init_clip method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 310 -url: /python-net/aspose.page.xps.presentation.image/imagedevice/init_clip/ -is_root: false ---- - -## init_clip {#} - -Initializes clip of the device. - - - -```python -def init_clip(self): - ... -``` - - - - - -### See Also -* module [`aspose.page.xps.presentation.image`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.xps.presentation.image/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/init_page_numbers/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/init_page_numbers/_index.md index 855732425664..3a1d533630ac 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/init_page_numbers/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/init_page_numbers/_index.md @@ -3,7 +3,7 @@ title: init_page_numbers method second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 320 +weight: 40 url: /python-net/aspose.page.xps.presentation.image/imagedevice/init_page_numbers/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/is_direct_rgb/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/is_direct_rgb/_index.md deleted file mode 100644 index 2a686b62d2d1..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/is_direct_rgb/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: is_direct_rgb property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 540 -url: /python-net/aspose.page.xps.presentation.image/imagedevice/is_direct_rgb/ -is_root: false ---- - -## is_direct_rgb property - - -Indicates whether device uses direct RGB mode, that is RGB. -### Definition: -```python -@property -def is_direct_rgb(self): - ... -``` - -### See Also -* module [`aspose.page.xps.presentation.image`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.xps.presentation.image/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/is_property/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/is_property/_index.md deleted file mode 100644 index 104fa6e7acff..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/is_property/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: is_property method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 330 -url: /python-net/aspose.page.xps.presentation.image/imagedevice/is_property/ -is_root: false ---- - -## is_property {#str} - -Gets a value of boolean property. - - -### Returns - - -The property value. - - -```python -def is_property(self, key): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| key | str | The name of property. | - - - -### See Also -* module [`aspose.page.xps.presentation.image`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.xps.presentation.image/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/opacity/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/opacity/_index.md deleted file mode 100644 index b319103804ef..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/opacity/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: opacity property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 550 -url: /python-net/aspose.page.xps.presentation.image/imagedevice/opacity/ -is_root: false ---- - -## opacity property - - -Gets/sets the opacity. -### Definition: -```python -@property -def opacity(self): - ... -@opacity.setter -def opacity(self, value): - ... -``` - -### See Also -* module [`aspose.page.xps.presentation.image`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.xps.presentation.image/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/opacity_mask/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/opacity_mask/_index.md deleted file mode 100644 index a886ba5407ab..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/opacity_mask/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: opacity_mask property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 560 -url: /python-net/aspose.page.xps.presentation.image/imagedevice/opacity_mask/ -is_root: false ---- - -## opacity_mask property - - -Gets/sets the brush for opacity mask. The mask applies over Paint or Strike. -### Definition: -```python -@property -def opacity_mask(self): - ... -@opacity_mask.setter -def opacity_mask(self, value): - ... -``` - -### See Also -* module [`aspose.page.xps.presentation.image`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.xps.presentation.image/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/open_page/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/open_page/_index.md index 0316e323f21a..241c460c7e63 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/open_page/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/open_page/_index.md @@ -3,7 +3,7 @@ title: open_page method second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 340 +weight: 50 url: /python-net/aspose.page.xps.presentation.image/imagedevice/open_page/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/open_partition/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/open_partition/_index.md index a63f782fe2fc..81b1b3628e62 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/open_partition/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/open_partition/_index.md @@ -3,7 +3,7 @@ title: open_partition method second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 350 +weight: 60 url: /python-net/aspose.page.xps.presentation.image/imagedevice/open_partition/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/paint/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/paint/_index.md deleted file mode 100644 index 9f7695c49e63..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/paint/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: paint property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 570 -url: /python-net/aspose.page.xps.presentation.image/imagedevice/paint/ -is_root: false ---- - -## paint property - - -Gets/sets the brush for filling paths. -### Definition: -```python -@property -def paint(self): - ... -@paint.setter -def paint(self, value): - ... -``` - -### See Also -* module [`aspose.page.xps.presentation.image`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.xps.presentation.image/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/re_new/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/re_new/_index.md deleted file mode 100644 index 6c4b7852f3da..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/re_new/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: re_new method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 360 -url: /python-net/aspose.page.xps.presentation.image/imagedevice/re_new/ -is_root: false ---- - -## re_new {#} - -Sets the devices to the initial state. - - - -```python -def re_new(self): - ... -``` - - - - - -### See Also -* module [`aspose.page.xps.presentation.image`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.xps.presentation.image/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/reset/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/reset/_index.md deleted file mode 100644 index a8ec05b0e2bb..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/reset/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: reset method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 370 -url: /python-net/aspose.page.xps.presentation.image/imagedevice/reset/ -is_root: false ---- - -## reset {#} - -Resets the device. - - - -```python -def reset(self): - ... -``` - - - - - -### See Also -* module [`aspose.page.xps.presentation.image`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.xps.presentation.image/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/result/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/result/_index.md index 6789a35b1f18..984e5f2db17a 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/result/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/result/_index.md @@ -3,7 +3,7 @@ title: result property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 580 +weight: 110 url: /python-net/aspose.page.xps.presentation.image/imagedevice/result/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/rotate/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/rotate/_index.md deleted file mode 100644 index e07b865593d5..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/rotate/_index.md +++ /dev/null @@ -1,50 +0,0 @@ ---- -title: rotate method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 380 -url: /python-net/aspose.page.xps.presentation.image/imagedevice/rotate/ -is_root: false ---- - -## rotate {#float} - -Applies a clockwise rotation about the origin to the current transformation matrix. - - - -```python -def rotate(self, theta): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| theta | float | The angle of the rotation, in radians. | - - -## rotate {#float-float-float} - -Rotate the current transformation matrix around a point. - - - -```python -def rotate(self, theta, x, y): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| theta | float | An angle of rotation in radians. | -| x | float | X coordinate of point. | -| y | float | Y coordinate of point. | - - - -### See Also -* module [`aspose.page.xps.presentation.image`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.xps.presentation.image/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/scale/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/scale/_index.md deleted file mode 100644 index 78d0a210f3d7..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/scale/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: scale method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 390 -url: /python-net/aspose.page.xps.presentation.image/imagedevice/scale/ -is_root: false ---- - -## scale {#float-float} - -Applies the specified scale vector to the current transformation matrix. - - - -```python -def scale(self, x, y): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x | float | The x scale factor. | -| y | float | The y scale factor. | - - - -### See Also -* module [`aspose.page.xps.presentation.image`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.xps.presentation.image/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/set_clip/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/set_clip/_index.md deleted file mode 100644 index c7cc90802a9c..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/set_clip/_index.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: set_clip method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 400 -url: /python-net/aspose.page.xps.presentation.image/imagedevice/set_clip/ -is_root: false ---- - -## set_clip {#aspose.pydrawing.drawing2d.GraphicsPath} - -Adds the specified path to the current clip path. - - - -```python -def set_clip(self, clip_path): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| clip_path | aspose.pydrawing.drawing2d.GraphicsPath | The clip path to be added. | - - - -### See Also -* module [`aspose.page.xps.presentation.image`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.xps.presentation.image/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/set_transform/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/set_transform/_index.md deleted file mode 100644 index 9a677d7925dd..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/set_transform/_index.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: set_transform method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 410 -url: /python-net/aspose.page.xps.presentation.image/imagedevice/set_transform/ -is_root: false ---- - -## set_transform {#aspose.pydrawing.drawing2d.Matrix} - -Sets the current transformation matrix. - - - -```python -def set_transform(self, transform): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| transform | aspose.pydrawing.drawing2d.Matrix | The new transformation matrix. | - - - -### See Also -* module [`aspose.page.xps.presentation.image`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.xps.presentation.image/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/shear/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/shear/_index.md deleted file mode 100644 index 213d0e64ad12..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/shear/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: shear method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 420 -url: /python-net/aspose.page.xps.presentation.image/imagedevice/shear/ -is_root: false ---- - -## shear {#float-float} - -Applies the specified shear vector to the current transformation matrix. - - - -```python -def shear(self, shx, shy): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| shx | float | The x shear factor. | -| shy | float | The y shear factor. | - - - -### See Also -* module [`aspose.page.xps.presentation.image`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.xps.presentation.image/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/start_document/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/start_document/_index.md deleted file mode 100644 index ec7450ac7207..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/start_document/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: start_document method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 430 -url: /python-net/aspose.page.xps.presentation.image/imagedevice/start_document/ -is_root: false ---- - -## start_document {#} - -Starts the document. - - - -```python -def start_document(self): - ... -``` - - - - - -### See Also -* module [`aspose.page.xps.presentation.image`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.xps.presentation.image/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/stroke/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/stroke/_index.md deleted file mode 100644 index 174bfe9eb6d7..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/stroke/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: stroke property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 600 -url: /python-net/aspose.page.xps.presentation.image/imagedevice/stroke/ -is_root: false ---- - -## stroke property - - -Gets/sets the stroke for drawing paths. -### Definition: -```python -@property -def stroke(self): - ... -@stroke.setter -def stroke(self, value): - ... -``` - -### See Also -* module [`aspose.page.xps.presentation.image`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.xps.presentation.image/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/text_rendering_mode/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/text_rendering_mode/_index.md deleted file mode 100644 index 54e5dd37628f..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/text_rendering_mode/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: text_rendering_mode property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 610 -url: /python-net/aspose.page.xps.presentation.image/imagedevice/text_rendering_mode/ -is_root: false ---- - -## text_rendering_mode property - - -Returns or specifies current text rendering mode. -### Definition: -```python -@property -def text_rendering_mode(self): - ... -@text_rendering_mode.setter -def text_rendering_mode(self, value): - ... -``` - -### See Also -* module [`aspose.page.xps.presentation.image`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.xps.presentation.image/imagedevice) -* class [`TextRenderingMode`](/page/python-net/aspose.page/textrenderingmode) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/text_stroke_width/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/text_stroke_width/_index.md deleted file mode 100644 index ec545060e019..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/text_stroke_width/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: text_stroke_width property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 620 -url: /python-net/aspose.page.xps.presentation.image/imagedevice/text_stroke_width/ -is_root: false ---- - -## text_stroke_width property - - -Returns or specifies current text stroke width. -### Definition: -```python -@property -def text_stroke_width(self): - ... -@text_stroke_width.setter -def text_stroke_width(self, value): - ... -``` - -### See Also -* module [`aspose.page.xps.presentation.image`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.xps.presentation.image/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/transform/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/transform/_index.md deleted file mode 100644 index 74d2373b2a7e..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/transform/_index.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: transform method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 440 -url: /python-net/aspose.page.xps.presentation.image/imagedevice/transform/ -is_root: false ---- - -## transform {#aspose.pydrawing.drawing2d.Matrix} - -Multiplies the current transformation matrix by the specified Matrix. - - - -```python -def transform(self, transform): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| transform | aspose.pydrawing.drawing2d.Matrix | The matrix by which the current transformation matrix is to be multiplied. | - - - -### See Also -* module [`aspose.page.xps.presentation.image`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.xps.presentation.image/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/translate/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/translate/_index.md deleted file mode 100644 index 34ec19eb5db2..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/translate/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: translate method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 450 -url: /python-net/aspose.page.xps.presentation.image/imagedevice/translate/ -is_root: false ---- - -## translate {#float-float} - -Applies the specified translation vector to the current transformation matrix. - - - -```python -def translate(self, x, y): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x | float | The x offset. | -| y | float | The y offset. | - - - -### See Also -* module [`aspose.page.xps.presentation.image`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.xps.presentation.image/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/update_page_parameters/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/update_page_parameters/_index.md index a50326458be4..1f6920f82a97 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/update_page_parameters/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/update_page_parameters/_index.md @@ -3,7 +3,7 @@ title: update_page_parameters method second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 460 +weight: 70 url: /python-net/aspose.page.xps.presentation.image/imagedevice/update_page_parameters/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/version/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/version/_index.md deleted file mode 100644 index 31c5c6236b6a..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/version/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: version property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 630 -url: /python-net/aspose.page.xps.presentation.image/imagedevice/version/ -is_root: false ---- - -## version property - - -Current device version. - -### See Also -* module [`aspose.page.xps.presentation.image`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.xps.presentation.image/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/write_comment/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/write_comment/_index.md deleted file mode 100644 index f6472d3e2bf9..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagedevice/write_comment/_index.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: write_comment method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 470 -url: /python-net/aspose.page.xps.presentation.image/imagedevice/write_comment/ -is_root: false ---- - -## write_comment {#str} - -Writes a comment. - - - -```python -def write_comment(self, comment): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| comment | str | A comment to be written. | - - - -### See Also -* module [`aspose.page.xps.presentation.image`](../../) -* class [`ImageDevice`](/page/python-net/aspose.page.xps.presentation.image/imagedevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagesaveoptions/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagesaveoptions/_index.md index bbbdd46296ec..d68e56117ee2 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagesaveoptions/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagesaveoptions/_index.md @@ -25,6 +25,7 @@ The ImageSaveOptions type exposes the following members: | Property | Description | | :- | :- | | [supress_errors](/page/python-net/aspose.page.xps.presentation.image/imagesaveoptions/supress_errors) | Specifies whether errors must be suppressed or not.
If true suppressed errors are added to [`SaveOptions.Exceptions`](/page/python-net/aspose.page/saveoptions) list.
If false the first error will terminate the program. | +| [size](/page/python-net/aspose.page.xps.presentation.image/imagesaveoptions/size) | Gets/sets the size of the image. | | [debug](/page/python-net/aspose.page.xps.presentation.image/imagesaveoptions/debug) | Specifies whether debug information must be printed to standard output stream or not. | | [additional_fonts_folders](/page/python-net/aspose.page.xps.presentation.image/imagesaveoptions/additional_fonts_folders) | Specifies additional folders where converter should find fonts for input document.
Default folder are standard fonts folder where OS finds fonts for internal needs. | | [jpeg_quality_level](/page/python-net/aspose.page.xps.presentation.image/imagesaveoptions/jpeg_quality_level) | The Quality category specifies the level of compression for an image.
Available values are 0 to 100.
The lower the number specified, the higher the compression and therefore the lower the quality of the image.
0 value results in lowest quality image, while 100 results in highest. | @@ -33,6 +34,7 @@ The ImageSaveOptions type exposes the following members: | [smoothing_mode](/page/python-net/aspose.page.xps.presentation.image/imagesaveoptions/smoothing_mode) | Gets/sets the smoothing mode. | | [text_rendering_hint](/page/python-net/aspose.page.xps.presentation.image/imagesaveoptions/text_rendering_hint) | Gets/sets the text rendering hint. | | [interpolation_mode](/page/python-net/aspose.page.xps.presentation.image/imagesaveoptions/interpolation_mode) | Gets/sets the interpolation mode. | +| [image_size](/page/python-net/aspose.page.xps.presentation.image/imagesaveoptions/image_size) | Gets/sets the size of the output images in pixels. | diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagesaveoptions/image_size/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagesaveoptions/image_size/_index.md new file mode 100644 index 000000000000..60861488a2f4 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagesaveoptions/image_size/_index.md @@ -0,0 +1,27 @@ +--- +title: image_size property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 50 +url: /python-net/aspose.page.xps.presentation.image/imagesaveoptions/image_size/ +is_root: false +--- + +## image_size property + + +Gets/sets the size of the output images in pixels. +### Definition: +```python +@property +def image_size(self): + ... +@image_size.setter +def image_size(self, value): + ... +``` + +### See Also +* module [`aspose.page.xps.presentation.image`](../../) +* class [`ImageSaveOptions`](/page/python-net/aspose.page.xps.presentation.image/imagesaveoptions) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagesaveoptions/interpolation_mode/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagesaveoptions/interpolation_mode/_index.md index e1d450501f30..2d0b9db89b53 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagesaveoptions/interpolation_mode/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagesaveoptions/interpolation_mode/_index.md @@ -3,7 +3,7 @@ title: interpolation_mode property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 50 +weight: 60 url: /python-net/aspose.page.xps.presentation.image/imagesaveoptions/interpolation_mode/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagesaveoptions/jpeg_quality_level/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagesaveoptions/jpeg_quality_level/_index.md index cdb5df4b7955..d6a0a4d26fe2 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagesaveoptions/jpeg_quality_level/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagesaveoptions/jpeg_quality_level/_index.md @@ -3,7 +3,7 @@ title: jpeg_quality_level property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 60 +weight: 70 url: /python-net/aspose.page.xps.presentation.image/imagesaveoptions/jpeg_quality_level/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagesaveoptions/page_numbers/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagesaveoptions/page_numbers/_index.md index 3ab2d4a67e13..2e6264d74382 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagesaveoptions/page_numbers/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagesaveoptions/page_numbers/_index.md @@ -3,7 +3,7 @@ title: page_numbers property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 70 +weight: 80 url: /python-net/aspose.page.xps.presentation.image/imagesaveoptions/page_numbers/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagesaveoptions/resolution/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagesaveoptions/resolution/_index.md index 840c2d9b3a8a..65d62051714c 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagesaveoptions/resolution/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagesaveoptions/resolution/_index.md @@ -3,7 +3,7 @@ title: resolution property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 80 +weight: 90 url: /python-net/aspose.page.xps.presentation.image/imagesaveoptions/resolution/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagesaveoptions/size/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagesaveoptions/size/_index.md new file mode 100644 index 000000000000..c3c2210acadf --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagesaveoptions/size/_index.md @@ -0,0 +1,28 @@ +--- +title: size property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 100 +url: /python-net/aspose.page.xps.presentation.image/imagesaveoptions/size/ +is_root: false +--- + +## size property + + +Gets/sets the size of the image. +### Definition: +```python +@property +def size(self): + ... +@size.setter +def size(self, value): + ... +``` + +### See Also +* module [`aspose.page.xps.presentation.image`](../../) +* class [`ImageSaveOptions`](/page/python-net/aspose.page.xps.presentation.image/imagesaveoptions) +* class [`Size`](/page/python-net/aspose.page.drawing/size) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagesaveoptions/smoothing_mode/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagesaveoptions/smoothing_mode/_index.md index 7efe9706ff49..480106152f3f 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagesaveoptions/smoothing_mode/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagesaveoptions/smoothing_mode/_index.md @@ -3,7 +3,7 @@ title: smoothing_mode property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 90 +weight: 110 url: /python-net/aspose.page.xps.presentation.image/imagesaveoptions/smoothing_mode/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagesaveoptions/supress_errors/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagesaveoptions/supress_errors/_index.md index fb264bf2e8a4..7971dfb7a7bd 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagesaveoptions/supress_errors/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagesaveoptions/supress_errors/_index.md @@ -3,7 +3,7 @@ title: supress_errors property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 100 +weight: 120 url: /python-net/aspose.page.xps.presentation.image/imagesaveoptions/supress_errors/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagesaveoptions/text_rendering_hint/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagesaveoptions/text_rendering_hint/_index.md index 2d9e4cfeb25e..951bf4dabd70 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagesaveoptions/text_rendering_hint/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/imagesaveoptions/text_rendering_hint/_index.md @@ -3,7 +3,7 @@ title: text_rendering_hint property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 110 +weight: 130 url: /python-net/aspose.page.xps.presentation.image/imagesaveoptions/text_rendering_hint/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/jpegsaveoptions/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/jpegsaveoptions/_index.md index 0d6770eca1d0..0ece015d0c2d 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/jpegsaveoptions/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/jpegsaveoptions/_index.md @@ -32,6 +32,7 @@ The JpegSaveOptions type exposes the following members: | Property | Description | | :- | :- | | [supress_errors](/page/python-net/aspose.page.xps.presentation.image/jpegsaveoptions/supress_errors) | Specifies whether errors must be suppressed or not.
If true suppressed errors are added to [`SaveOptions.Exceptions`](/page/python-net/aspose.page/saveoptions) list.
If false the first error will terminate the program. | +| [size](/page/python-net/aspose.page.xps.presentation.image/jpegsaveoptions/size) | Gets/sets the size of the image. | | [debug](/page/python-net/aspose.page.xps.presentation.image/jpegsaveoptions/debug) | Specifies whether debug information must be printed to standard output stream or not. | | [additional_fonts_folders](/page/python-net/aspose.page.xps.presentation.image/jpegsaveoptions/additional_fonts_folders) | Specifies additional folders where converter should find fonts for input document.
Default folder are standard fonts folder where OS finds fonts for internal needs. | | [jpeg_quality_level](/page/python-net/aspose.page.xps.presentation.image/jpegsaveoptions/jpeg_quality_level) | The Quality category specifies the level of compression for an image.
Available values are 0 to 100.
The lower the number specified, the higher the compression and therefore the lower the quality of the image.
0 value results in lowest quality image, while 100 results in highest. | @@ -40,6 +41,7 @@ The JpegSaveOptions type exposes the following members: | [smoothing_mode](/page/python-net/aspose.page.xps.presentation.image/jpegsaveoptions/smoothing_mode) | Gets/sets the smoothing mode. | | [text_rendering_hint](/page/python-net/aspose.page.xps.presentation.image/jpegsaveoptions/text_rendering_hint) | Gets/sets the text rendering hint. | | [interpolation_mode](/page/python-net/aspose.page.xps.presentation.image/jpegsaveoptions/interpolation_mode) | Gets/sets the interpolation mode. | +| [image_size](/page/python-net/aspose.page.xps.presentation.image/jpegsaveoptions/image_size) | Gets/sets the size of the output images in pixels. | diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/jpegsaveoptions/image_size/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/jpegsaveoptions/image_size/_index.md new file mode 100644 index 000000000000..d3b9f74aaca3 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/jpegsaveoptions/image_size/_index.md @@ -0,0 +1,27 @@ +--- +title: image_size property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 50 +url: /python-net/aspose.page.xps.presentation.image/jpegsaveoptions/image_size/ +is_root: false +--- + +## image_size property + + +Gets/sets the size of the output images in pixels. +### Definition: +```python +@property +def image_size(self): + ... +@image_size.setter +def image_size(self, value): + ... +``` + +### See Also +* module [`aspose.page.xps.presentation.image`](../../) +* class [`JpegSaveOptions`](/page/python-net/aspose.page.xps.presentation.image/jpegsaveoptions) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/jpegsaveoptions/interpolation_mode/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/jpegsaveoptions/interpolation_mode/_index.md index 159bcd130b7e..b414e43c9e9d 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/jpegsaveoptions/interpolation_mode/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/jpegsaveoptions/interpolation_mode/_index.md @@ -3,7 +3,7 @@ title: interpolation_mode property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 50 +weight: 60 url: /python-net/aspose.page.xps.presentation.image/jpegsaveoptions/interpolation_mode/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/jpegsaveoptions/jpeg_quality_level/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/jpegsaveoptions/jpeg_quality_level/_index.md index e038660de8b7..5acee6e8e2ff 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/jpegsaveoptions/jpeg_quality_level/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/jpegsaveoptions/jpeg_quality_level/_index.md @@ -3,7 +3,7 @@ title: jpeg_quality_level property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 60 +weight: 70 url: /python-net/aspose.page.xps.presentation.image/jpegsaveoptions/jpeg_quality_level/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/jpegsaveoptions/page_numbers/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/jpegsaveoptions/page_numbers/_index.md index 757f4d4e9037..fbafc6569818 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/jpegsaveoptions/page_numbers/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/jpegsaveoptions/page_numbers/_index.md @@ -3,7 +3,7 @@ title: page_numbers property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 70 +weight: 80 url: /python-net/aspose.page.xps.presentation.image/jpegsaveoptions/page_numbers/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/jpegsaveoptions/resolution/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/jpegsaveoptions/resolution/_index.md index 3cf5bddda0e6..29441643d675 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/jpegsaveoptions/resolution/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/jpegsaveoptions/resolution/_index.md @@ -3,7 +3,7 @@ title: resolution property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 80 +weight: 90 url: /python-net/aspose.page.xps.presentation.image/jpegsaveoptions/resolution/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/jpegsaveoptions/size/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/jpegsaveoptions/size/_index.md new file mode 100644 index 000000000000..ce790678949b --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/jpegsaveoptions/size/_index.md @@ -0,0 +1,28 @@ +--- +title: size property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 100 +url: /python-net/aspose.page.xps.presentation.image/jpegsaveoptions/size/ +is_root: false +--- + +## size property + + +Gets/sets the size of the image. +### Definition: +```python +@property +def size(self): + ... +@size.setter +def size(self, value): + ... +``` + +### See Also +* module [`aspose.page.xps.presentation.image`](../../) +* class [`JpegSaveOptions`](/page/python-net/aspose.page.xps.presentation.image/jpegsaveoptions) +* class [`Size`](/page/python-net/aspose.page.drawing/size) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/jpegsaveoptions/smoothing_mode/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/jpegsaveoptions/smoothing_mode/_index.md index 0e2bff67fa7f..612366a0653d 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/jpegsaveoptions/smoothing_mode/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/jpegsaveoptions/smoothing_mode/_index.md @@ -3,7 +3,7 @@ title: smoothing_mode property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 90 +weight: 110 url: /python-net/aspose.page.xps.presentation.image/jpegsaveoptions/smoothing_mode/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/jpegsaveoptions/supress_errors/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/jpegsaveoptions/supress_errors/_index.md index edcaa0507cab..5658beb19f14 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/jpegsaveoptions/supress_errors/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/jpegsaveoptions/supress_errors/_index.md @@ -3,7 +3,7 @@ title: supress_errors property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 100 +weight: 120 url: /python-net/aspose.page.xps.presentation.image/jpegsaveoptions/supress_errors/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/jpegsaveoptions/text_rendering_hint/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/jpegsaveoptions/text_rendering_hint/_index.md index cb86ad0d425f..2ca70cc9cf10 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/jpegsaveoptions/text_rendering_hint/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/jpegsaveoptions/text_rendering_hint/_index.md @@ -3,7 +3,7 @@ title: text_rendering_hint property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 110 +weight: 130 url: /python-net/aspose.page.xps.presentation.image/jpegsaveoptions/text_rendering_hint/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/pngsaveoptions/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/pngsaveoptions/_index.md index 592052cccc6b..42e45314d74c 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/pngsaveoptions/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/pngsaveoptions/_index.md @@ -32,6 +32,7 @@ The PngSaveOptions type exposes the following members: | Property | Description | | :- | :- | | [supress_errors](/page/python-net/aspose.page.xps.presentation.image/pngsaveoptions/supress_errors) | Specifies whether errors must be suppressed or not.
If true suppressed errors are added to [`SaveOptions.Exceptions`](/page/python-net/aspose.page/saveoptions) list.
If false the first error will terminate the program. | +| [size](/page/python-net/aspose.page.xps.presentation.image/pngsaveoptions/size) | Gets/sets the size of the image. | | [debug](/page/python-net/aspose.page.xps.presentation.image/pngsaveoptions/debug) | Specifies whether debug information must be printed to standard output stream or not. | | [additional_fonts_folders](/page/python-net/aspose.page.xps.presentation.image/pngsaveoptions/additional_fonts_folders) | Specifies additional folders where converter should find fonts for input document.
Default folder are standard fonts folder where OS finds fonts for internal needs. | | [jpeg_quality_level](/page/python-net/aspose.page.xps.presentation.image/pngsaveoptions/jpeg_quality_level) | The Quality category specifies the level of compression for an image.
Available values are 0 to 100.
The lower the number specified, the higher the compression and therefore the lower the quality of the image.
0 value results in lowest quality image, while 100 results in highest. | @@ -40,6 +41,7 @@ The PngSaveOptions type exposes the following members: | [smoothing_mode](/page/python-net/aspose.page.xps.presentation.image/pngsaveoptions/smoothing_mode) | Gets/sets the smoothing mode. | | [text_rendering_hint](/page/python-net/aspose.page.xps.presentation.image/pngsaveoptions/text_rendering_hint) | Gets/sets the text rendering hint. | | [interpolation_mode](/page/python-net/aspose.page.xps.presentation.image/pngsaveoptions/interpolation_mode) | Gets/sets the interpolation mode. | +| [image_size](/page/python-net/aspose.page.xps.presentation.image/pngsaveoptions/image_size) | Gets/sets the size of the output images in pixels. | diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/pngsaveoptions/image_size/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/pngsaveoptions/image_size/_index.md new file mode 100644 index 000000000000..1a4e5e8363a0 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/pngsaveoptions/image_size/_index.md @@ -0,0 +1,27 @@ +--- +title: image_size property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 50 +url: /python-net/aspose.page.xps.presentation.image/pngsaveoptions/image_size/ +is_root: false +--- + +## image_size property + + +Gets/sets the size of the output images in pixels. +### Definition: +```python +@property +def image_size(self): + ... +@image_size.setter +def image_size(self, value): + ... +``` + +### See Also +* module [`aspose.page.xps.presentation.image`](../../) +* class [`PngSaveOptions`](/page/python-net/aspose.page.xps.presentation.image/pngsaveoptions) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/pngsaveoptions/interpolation_mode/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/pngsaveoptions/interpolation_mode/_index.md index 43ee24eba034..efcffffbaf5c 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/pngsaveoptions/interpolation_mode/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/pngsaveoptions/interpolation_mode/_index.md @@ -3,7 +3,7 @@ title: interpolation_mode property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 50 +weight: 60 url: /python-net/aspose.page.xps.presentation.image/pngsaveoptions/interpolation_mode/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/pngsaveoptions/jpeg_quality_level/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/pngsaveoptions/jpeg_quality_level/_index.md index 88a7e19da56a..3f41fe8c9a6a 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/pngsaveoptions/jpeg_quality_level/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/pngsaveoptions/jpeg_quality_level/_index.md @@ -3,7 +3,7 @@ title: jpeg_quality_level property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 60 +weight: 70 url: /python-net/aspose.page.xps.presentation.image/pngsaveoptions/jpeg_quality_level/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/pngsaveoptions/page_numbers/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/pngsaveoptions/page_numbers/_index.md index bd4a30c3c57a..0be4a06ad521 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/pngsaveoptions/page_numbers/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/pngsaveoptions/page_numbers/_index.md @@ -3,7 +3,7 @@ title: page_numbers property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 70 +weight: 80 url: /python-net/aspose.page.xps.presentation.image/pngsaveoptions/page_numbers/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/pngsaveoptions/resolution/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/pngsaveoptions/resolution/_index.md index 327858e80640..e3fd74753acd 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/pngsaveoptions/resolution/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/pngsaveoptions/resolution/_index.md @@ -3,7 +3,7 @@ title: resolution property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 80 +weight: 90 url: /python-net/aspose.page.xps.presentation.image/pngsaveoptions/resolution/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/pngsaveoptions/size/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/pngsaveoptions/size/_index.md new file mode 100644 index 000000000000..9a9b56b49188 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/pngsaveoptions/size/_index.md @@ -0,0 +1,28 @@ +--- +title: size property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 100 +url: /python-net/aspose.page.xps.presentation.image/pngsaveoptions/size/ +is_root: false +--- + +## size property + + +Gets/sets the size of the image. +### Definition: +```python +@property +def size(self): + ... +@size.setter +def size(self, value): + ... +``` + +### See Also +* module [`aspose.page.xps.presentation.image`](../../) +* class [`PngSaveOptions`](/page/python-net/aspose.page.xps.presentation.image/pngsaveoptions) +* class [`Size`](/page/python-net/aspose.page.drawing/size) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/pngsaveoptions/smoothing_mode/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/pngsaveoptions/smoothing_mode/_index.md index b4b0823dcded..8148616da42d 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/pngsaveoptions/smoothing_mode/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/pngsaveoptions/smoothing_mode/_index.md @@ -3,7 +3,7 @@ title: smoothing_mode property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 90 +weight: 110 url: /python-net/aspose.page.xps.presentation.image/pngsaveoptions/smoothing_mode/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/pngsaveoptions/supress_errors/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/pngsaveoptions/supress_errors/_index.md index 08bf6ff5faf2..e71faf447420 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/pngsaveoptions/supress_errors/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/pngsaveoptions/supress_errors/_index.md @@ -3,7 +3,7 @@ title: supress_errors property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 100 +weight: 120 url: /python-net/aspose.page.xps.presentation.image/pngsaveoptions/supress_errors/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/pngsaveoptions/text_rendering_hint/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/pngsaveoptions/text_rendering_hint/_index.md index 6b8952822703..d882043a342b 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/pngsaveoptions/text_rendering_hint/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/pngsaveoptions/text_rendering_hint/_index.md @@ -3,7 +3,7 @@ title: text_rendering_hint property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 110 +weight: 130 url: /python-net/aspose.page.xps.presentation.image/pngsaveoptions/text_rendering_hint/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/tiffsaveoptions/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/tiffsaveoptions/_index.md index 6b64c8e21ef4..8ef5f848542c 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/tiffsaveoptions/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/tiffsaveoptions/_index.md @@ -32,6 +32,7 @@ The TiffSaveOptions type exposes the following members: | Property | Description | | :- | :- | | [supress_errors](/page/python-net/aspose.page.xps.presentation.image/tiffsaveoptions/supress_errors) | Specifies whether errors must be suppressed or not.
If true suppressed errors are added to [`SaveOptions.Exceptions`](/page/python-net/aspose.page/saveoptions) list.
If false the first error will terminate the program. | +| [size](/page/python-net/aspose.page.xps.presentation.image/tiffsaveoptions/size) | Gets/sets the size of the image. | | [debug](/page/python-net/aspose.page.xps.presentation.image/tiffsaveoptions/debug) | Specifies whether debug information must be printed to standard output stream or not. | | [additional_fonts_folders](/page/python-net/aspose.page.xps.presentation.image/tiffsaveoptions/additional_fonts_folders) | Specifies additional folders where converter should find fonts for input document.
Default folder are standard fonts folder where OS finds fonts for internal needs. | | [jpeg_quality_level](/page/python-net/aspose.page.xps.presentation.image/tiffsaveoptions/jpeg_quality_level) | The Quality category specifies the level of compression for an image.
Available values are 0 to 100.
The lower the number specified, the higher the compression and therefore the lower the quality of the image.
0 value results in lowest quality image, while 100 results in highest. | @@ -40,6 +41,7 @@ The TiffSaveOptions type exposes the following members: | [smoothing_mode](/page/python-net/aspose.page.xps.presentation.image/tiffsaveoptions/smoothing_mode) | Gets/sets the smoothing mode. | | [text_rendering_hint](/page/python-net/aspose.page.xps.presentation.image/tiffsaveoptions/text_rendering_hint) | Gets/sets the text rendering hint. | | [interpolation_mode](/page/python-net/aspose.page.xps.presentation.image/tiffsaveoptions/interpolation_mode) | Gets/sets the interpolation mode. | +| [image_size](/page/python-net/aspose.page.xps.presentation.image/tiffsaveoptions/image_size) | Gets/sets the size of the output images in pixels. | | [multipage](/page/python-net/aspose.page.xps.presentation.image/tiffsaveoptions/multipage) | Gets/sets the flag that defines if multiple images
should be saved in a single multipage TIFF file. | diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/tiffsaveoptions/image_size/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/tiffsaveoptions/image_size/_index.md new file mode 100644 index 000000000000..d3cf621cbcb8 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/tiffsaveoptions/image_size/_index.md @@ -0,0 +1,27 @@ +--- +title: image_size property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 50 +url: /python-net/aspose.page.xps.presentation.image/tiffsaveoptions/image_size/ +is_root: false +--- + +## image_size property + + +Gets/sets the size of the output images in pixels. +### Definition: +```python +@property +def image_size(self): + ... +@image_size.setter +def image_size(self, value): + ... +``` + +### See Also +* module [`aspose.page.xps.presentation.image`](../../) +* class [`TiffSaveOptions`](/page/python-net/aspose.page.xps.presentation.image/tiffsaveoptions) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/tiffsaveoptions/interpolation_mode/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/tiffsaveoptions/interpolation_mode/_index.md index 53fab83e926e..ea939b3e82c4 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/tiffsaveoptions/interpolation_mode/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/tiffsaveoptions/interpolation_mode/_index.md @@ -3,7 +3,7 @@ title: interpolation_mode property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 50 +weight: 60 url: /python-net/aspose.page.xps.presentation.image/tiffsaveoptions/interpolation_mode/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/tiffsaveoptions/jpeg_quality_level/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/tiffsaveoptions/jpeg_quality_level/_index.md index 3ac56c8936ac..13bc96bc920d 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/tiffsaveoptions/jpeg_quality_level/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/tiffsaveoptions/jpeg_quality_level/_index.md @@ -3,7 +3,7 @@ title: jpeg_quality_level property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 60 +weight: 70 url: /python-net/aspose.page.xps.presentation.image/tiffsaveoptions/jpeg_quality_level/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/tiffsaveoptions/multipage/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/tiffsaveoptions/multipage/_index.md index 89825b1ddaba..a74cb50869bc 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/tiffsaveoptions/multipage/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/tiffsaveoptions/multipage/_index.md @@ -3,7 +3,7 @@ title: multipage property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 70 +weight: 80 url: /python-net/aspose.page.xps.presentation.image/tiffsaveoptions/multipage/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/tiffsaveoptions/page_numbers/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/tiffsaveoptions/page_numbers/_index.md index 6171439d6429..a65a71609d4f 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/tiffsaveoptions/page_numbers/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/tiffsaveoptions/page_numbers/_index.md @@ -3,7 +3,7 @@ title: page_numbers property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 80 +weight: 90 url: /python-net/aspose.page.xps.presentation.image/tiffsaveoptions/page_numbers/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/tiffsaveoptions/resolution/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/tiffsaveoptions/resolution/_index.md index ad3d41d2bb9c..62e3a4c970e6 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/tiffsaveoptions/resolution/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/tiffsaveoptions/resolution/_index.md @@ -3,7 +3,7 @@ title: resolution property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 90 +weight: 100 url: /python-net/aspose.page.xps.presentation.image/tiffsaveoptions/resolution/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/tiffsaveoptions/size/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/tiffsaveoptions/size/_index.md new file mode 100644 index 000000000000..eefc18716418 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/tiffsaveoptions/size/_index.md @@ -0,0 +1,28 @@ +--- +title: size property +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 110 +url: /python-net/aspose.page.xps.presentation.image/tiffsaveoptions/size/ +is_root: false +--- + +## size property + + +Gets/sets the size of the image. +### Definition: +```python +@property +def size(self): + ... +@size.setter +def size(self, value): + ... +``` + +### See Also +* module [`aspose.page.xps.presentation.image`](../../) +* class [`Size`](/page/python-net/aspose.page.drawing/size) +* class [`TiffSaveOptions`](/page/python-net/aspose.page.xps.presentation.image/tiffsaveoptions) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/tiffsaveoptions/smoothing_mode/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/tiffsaveoptions/smoothing_mode/_index.md index 31f0578e929b..d6e8eaf4ee8a 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/tiffsaveoptions/smoothing_mode/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/tiffsaveoptions/smoothing_mode/_index.md @@ -3,7 +3,7 @@ title: smoothing_mode property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 100 +weight: 120 url: /python-net/aspose.page.xps.presentation.image/tiffsaveoptions/smoothing_mode/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/tiffsaveoptions/supress_errors/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/tiffsaveoptions/supress_errors/_index.md index ce49dc2a463f..857c59a527d9 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/tiffsaveoptions/supress_errors/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/tiffsaveoptions/supress_errors/_index.md @@ -3,7 +3,7 @@ title: supress_errors property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 110 +weight: 130 url: /python-net/aspose.page.xps.presentation.image/tiffsaveoptions/supress_errors/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/tiffsaveoptions/text_rendering_hint/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/tiffsaveoptions/text_rendering_hint/_index.md index 5d9f619a6567..2643c4849a27 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/tiffsaveoptions/text_rendering_hint/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.image/tiffsaveoptions/text_rendering_hint/_index.md @@ -3,7 +3,7 @@ title: text_rendering_hint property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 120 +weight: 140 url: /python-net/aspose.page.xps.presentation.image/tiffsaveoptions/text_rendering_hint/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/_index.md index 2ee27f1c3389..bd369d53f88e 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/_index.md @@ -1,114 +1,58 @@ ---- -title: PdfDevice class -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 10 -url: /python-net/aspose.page.xps.presentation.pdf/pdfdevice/ -is_root: false +--- +title: PdfDevice class +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 10 +url: /python-net/aspose.page.xps.presentation.pdf/pdfdevice/ +is_root: false --- - + ## PdfDevice class - + Class incapsulating image composing device. - -**Inheritance:** [`PdfDevice`](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice) → + +**Inheritance:** [`PdfDevice`](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice) → [`Device`](/page/python-net/aspose.page/device) - + The PdfDevice type exposes the following members: - -### Constructors -| Constructor | Description | -| :- | :- | -| [__init__](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/__init__/#io.RawIOBase) | Creates the new instance. | -| [__init__](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/__init__/#io.RawIOBase-aspose.pydrawing.Size) | Creates the new instance with specified media size. | - - -### Properties -| Property | Description | -| :- | :- | -| [creator](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/creator) | Returns or specifies creator of resulting device output. | -| [size](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/size) | Gets/sets the device media size. | -| [is_direct_rgb](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/is_direct_rgb) | Indicates whether device uses direct RGB mode, that is RGB. | -| [background](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/background) | Gets/sets the background color. | -| [opacity](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/opacity) | Gets/sets the opacity. | -| [stroke](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/stroke) | Gets/sets the stroke for drawing paths. | -| [paint](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/paint) | Gets/sets the brush for filling paths. | -| [opacity_mask](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/opacity_mask) | Gets/sets the brush for opacity mask. The mask applies over Paint or Strike. | -| [char_tm](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/char_tm) | Returns or specifies current characters transform. | -| [text_rendering_mode](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/text_rendering_mode) | Returns or specifies current text rendering mode. | -| [text_stroke_width](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/text_stroke_width) | Returns or specifies current text stroke width. | -| [version](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/version) | Current device version. | -| [current_page_number](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/current_page_number) | Returns the absolute number of the current page withint the document. | -| [current_relative_page_number](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/current_relative_page_number) | Returns the number of the current page within the current partititon. | - - -### Methods -| Method | Description | -| :- | :- | -| [rotate](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/rotate/#float) | Applies a clockwise rotation about the origin to the current transformation matrix. | -| [rotate](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/rotate/#float-float-float) | Rotate the current transformation matrix around a point. | -| [draw_polyline](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/draw_polyline/#list-list-int) | Draws a polyline. | -| [draw_polyline](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/draw_polyline/#list-list-int) | Draws a polyline. | -| [draw_polygon](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/draw_polygon/#list-list-int) | Draws a polygon. | -| [draw_polygon](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/draw_polygon/#list-list-int) | Draws a poligone. | -| [fill_polygon](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/fill_polygon/#list-list-int) | Fills a poligone. | -| [fill_polygon](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/fill_polygon/#list-list-int) | Fills a poligone. | -| [open_page](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/open_page/#str) | Starts a new page with the specifies title. | -| [open_page](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/open_page/#float-float) | Starts a new page with the specified width and height. | -| [set_hyperlink_target](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/set_hyperlink_target/#str) | Sets the hyperlink with an external URI as its target. | -| [set_hyperlink_target](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/set_hyperlink_target/#int) | Sets the hyperlink with a page number as its target. | -| [add_outline](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/add_outline/#int-str) | Adds an outline item with the last object as its target. | -| [add_outline](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/add_outline/#aspose.pydrawing.PointF-int-str) | Adds an outline item with the origin point as its target. | -| [re_new](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/re_new/#) | Sets the devices to the initial state. | -| [get_property](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/get_property/#str) | Gets a value of string property. | -| [get_property_color](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/get_property_color/#str) | Gets a value of color property. | -| [get_property_rectangle](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/get_property_rectangle/#str) | Gets a value of rectangle property. | -| [get_property_margins](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/get_property_margins/#str) | Gets a value of margin property. | -| [get_property_size](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/get_property_size/#str) | Gets a value of size property. | -| [get_property_int](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/get_property_int/#str) | Gets a value of integer property. | -| [get_property_double](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/get_property_double/#str) | Gets a value of double property. | -| [is_property](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/is_property/#str) | Gets a value of boolean property. | -| [create](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/create/#) | Creates a new instance of the device based on this device instance.
Writes this device graphics state, i.e. creates ApsCanvas instance(s)
with corresponding RenderTransform and Clip properties. | -| [set_transform](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/set_transform/#aspose.pydrawing.drawing2d.Matrix) | Sets the current transformation matrix. | -| [get_transform](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/get_transform/#) | Returns the current transformation matrix. | -| [transform](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/transform/#aspose.pydrawing.drawing2d.Matrix) | Multiplies the current transformation matrix by the specified Matrix. | -| [translate](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/translate/#float-float) | Applies the specified translation vector to the current transformation matrix. | -| [scale](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/scale/#float-float) | Applies the specified scale vector to the current transformation matrix. | -| [shear](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/shear/#float-float) | Applies the specified shear vector to the current transformation matrix. | -| [init_clip](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/init_clip/#) | Initializes clip of the device. | -| [set_clip](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/set_clip/#aspose.pydrawing.drawing2d.GraphicsPath) | Adds the specified path to the current clip path. | -| [draw](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/draw/#aspose.pydrawing.drawing2d.GraphicsPath) | Draws the specified path. | -| [fill](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/fill/#aspose.pydrawing.drawing2d.GraphicsPath) | Fills the specified path. | -| [draw_string](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/draw_string/#str-float-float) | Draws a string at the specified position. | -| [draw_image](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/draw_image/#aspose.pydrawing.Bitmap-aspose.pydrawing.drawing2d.Matrix-aspose.pydrawing.Color) | Draws an image with assigned transform and background. | -| [start_document](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/start_document/#) | Starts the document. | -| [end_document](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/end_document/#) | Accomplishes the document. | -| [dispose](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/dispose/#) | Disposes this device instance. Finalizes this device instance graphics state,
i.e. switches APS composing context to the ApsCanvas of the level higher then this
device's graphics state ApsCanvas. | -| [reset](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/reset/#) | Resets the device. | -| [write_comment](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/write_comment/#str) | Writes a comment. | -| [draw_arc](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/draw_arc/#float-float-float-float-float-float) | Draws an arc. | -| [draw_line](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/draw_line/#float-float-float-float) | Draws a line segment. | -| [draw_oval](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/draw_oval/#float-float-float-float) | Draws an oval. | -| [draw_rect](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/draw_rect/#float-float-float-float) | Draws a rectangle. | -| [draw_round_rect](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/draw_round_rect/#float-float-float-float-float-float) | Draws a round rectangle. | -| [fill_arc](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/fill_arc/#float-float-float-float-float-float) | Fills an arc. | -| [fill_oval](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/fill_oval/#float-float-float-float) | Fills an oval. | -| [fill_rect](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/fill_rect/#float-float-float-float) | Fills a rectangle. | -| [fill_round_rect](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/fill_round_rect/#float-float-float-float-float-float) | Fills a round rectangle. | -| [init_page_numbers](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/init_page_numbers/#) | Initializes numbers of pages to output. | -| [close_page](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/close_page/#) | Accomplishes the page. | -| [update_page_parameters](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/update_page_parameters/#aspose.page.IMultiPageDevice) | Updates the current page parameters. | -| [open_partition](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/open_partition/#) | Starts a new document partition. | -| [close_partition](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/close_partition/#) | Accomplished the document partition. | - - - -### See Also -* module [`aspose.page.xps.presentation.pdf`](..) -* class [`Device`](/page/python-net/aspose.page/device) -* class [`PdfDevice`](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice) + +### Constructors +| Constructor | Description | +| :- | :- | +| [__init__](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/__init__/#io.RawIOBase) | Creates the new instance. | +| [__init__](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/__init__/#io.RawIOBase-aspose.pydrawing.Size) | Creates the new instance with specified media size. | + + +### Properties +| Property | Description | +| :- | :- | +| [current_page_number](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/current_page_number) | Returns the absolute number of the current page withint the document. | +| [current_relative_page_number](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/current_relative_page_number) | Returns the number of the current page within the current partititon. | + + +### Methods +| Method | Description | +| :- | :- | +| [open_page](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/open_page/#str) | Starts a new page with the specifies title. | +| [open_page](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/open_page/#float-float) | Starts a new page with the specified width and height. | +| [set_hyperlink_target](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/set_hyperlink_target/#str) | Sets the hyperlink with an external URI as its target. | +| [set_hyperlink_target](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/set_hyperlink_target/#int) | Sets the hyperlink with a page number as its target. | +| [add_outline](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/add_outline/#int-str) | Adds an outline item with the last object as its target. | +| [add_outline](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/add_outline/#aspose.pydrawing.PointF-int-str) | Adds an outline item with the origin point as its target. | +| [init_page_numbers](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/init_page_numbers/#) | Initializes numbers of pages to output. | +| [close_page](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/close_page/#) | Accomplishes the page. | +| [update_page_parameters](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/update_page_parameters/#aspose.page.IMultiPageDevice) | Updates the current page parameters. | +| [open_partition](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/open_partition/#) | Starts a new document partition. | +| [close_partition](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice/close_partition/#) | Accomplished the document partition. | + + + +### See Also +* module [`aspose.page.xps.presentation.pdf`](..) +* class [`Device`](/page/python-net/aspose.page/device) +* class [`PdfDevice`](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/background/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/background/_index.md deleted file mode 100644 index 6293d9c40b1a..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/background/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: background property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 510 -url: /python-net/aspose.page.xps.presentation.pdf/pdfdevice/background/ -is_root: false ---- - -## background property - - -Gets/sets the background color. -### Definition: -```python -@property -def background(self): - ... -@background.setter -def background(self, value): - ... -``` - -### See Also -* module [`aspose.page.xps.presentation.pdf`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/char_tm/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/char_tm/_index.md deleted file mode 100644 index 4a0677ff9e95..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/char_tm/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: char_tm property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 520 -url: /python-net/aspose.page.xps.presentation.pdf/pdfdevice/char_tm/ -is_root: false ---- - -## char_tm property - - -Returns or specifies current characters transform. -### Definition: -```python -@property -def char_tm(self): - ... -@char_tm.setter -def char_tm(self, value): - ... -``` - -### See Also -* module [`aspose.page.xps.presentation.pdf`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/create/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/create/_index.md deleted file mode 100644 index 2deed26a9ef9..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/create/_index.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -title: create method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 50 -url: /python-net/aspose.page.xps.presentation.pdf/pdfdevice/create/ -is_root: false ---- - -## create {#} - -Creates a new instance of the device based on this device instance. -Writes this device graphics state, i.e. creates ApsCanvas instance(s) -with corresponding RenderTransform and Clip properties. - - -### Returns - - -The new device instance. - - -```python -def create(self): - ... -``` - - - - - -### See Also -* module [`aspose.page.xps.presentation.pdf`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/creator/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/creator/_index.md deleted file mode 100644 index 497d09e537e8..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/creator/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: creator property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 530 -url: /python-net/aspose.page.xps.presentation.pdf/pdfdevice/creator/ -is_root: false ---- - -## creator property - - -Returns or specifies creator of resulting device output. -### Definition: -```python -@property -def creator(self): - ... -@creator.setter -def creator(self, value): - ... -``` - -### See Also -* module [`aspose.page.xps.presentation.pdf`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/current_page_number/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/current_page_number/_index.md index d1ca31bffb41..ef943f31e87f 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/current_page_number/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/current_page_number/_index.md @@ -3,7 +3,7 @@ title: current_page_number property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 540 +weight: 110 url: /python-net/aspose.page.xps.presentation.pdf/pdfdevice/current_page_number/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/current_relative_page_number/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/current_relative_page_number/_index.md index d08a773bbd47..e22aaaaca950 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/current_relative_page_number/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/current_relative_page_number/_index.md @@ -3,7 +3,7 @@ title: current_relative_page_number property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 550 +weight: 120 url: /python-net/aspose.page.xps.presentation.pdf/pdfdevice/current_relative_page_number/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/dispose/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/dispose/_index.md deleted file mode 100644 index 2f5bb523b752..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/dispose/_index.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: dispose method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 60 -url: /python-net/aspose.page.xps.presentation.pdf/pdfdevice/dispose/ -is_root: false ---- - -## dispose {#} - -Disposes this device instance. Finalizes this device instance graphics state, -i.e. switches APS composing context to the ApsCanvas of the level higher then this -device's graphics state ApsCanvas. - - - -```python -def dispose(self): - ... -``` - - - - - -### See Also -* module [`aspose.page.xps.presentation.pdf`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/draw/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/draw/_index.md deleted file mode 100644 index d9e1b6fab698..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/draw/_index.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: draw method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 70 -url: /python-net/aspose.page.xps.presentation.pdf/pdfdevice/draw/ -is_root: false ---- - -## draw {#aspose.pydrawing.drawing2d.GraphicsPath} - -Draws the specified path. - - - -```python -def draw(self, path): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| path | aspose.pydrawing.drawing2d.GraphicsPath | The path to draw. | - - - -### See Also -* module [`aspose.page.xps.presentation.pdf`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/draw_arc/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/draw_arc/_index.md deleted file mode 100644 index c7c281e31862..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/draw_arc/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: draw_arc method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 80 -url: /python-net/aspose.page.xps.presentation.pdf/pdfdevice/draw_arc/ -is_root: false ---- - -## draw_arc {#float-float-float-float-float-float} - -Draws an arc. - - - -```python -def draw_arc(self, x, y, width, height, start_angle, arc_angle): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x | float | X coordinate of center of the arc. | -| y | float | Y coordinate of center of the arc. | -| width | float | A width of circumscribed rectangle. | -| height | float | A height of circumscribed rectangle. | -| start_angle | float | A start angle of the arc. | -| arc_angle | float | An angle of the arc. | - - - -### See Also -* module [`aspose.page.xps.presentation.pdf`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/draw_image/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/draw_image/_index.md deleted file mode 100644 index 85716d5e1cf0..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/draw_image/_index.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -title: draw_image method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 90 -url: /python-net/aspose.page.xps.presentation.pdf/pdfdevice/draw_image/ -is_root: false ---- - -## draw_image {#aspose.pydrawing.Bitmap-aspose.pydrawing.drawing2d.Matrix-aspose.pydrawing.Color} - -Draws an image with assigned transform and background. - - - -```python -def draw_image(self, image, transform, bkg): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| image | aspose.pydrawing.Bitmap | An image to be drawn. | -| transform | aspose.pydrawing.drawing2d.Matrix | A transform. | -| bkg | aspose.pydrawing.Color | A background color. | - - - -### See Also -* module [`aspose.page.xps.presentation.pdf`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/draw_line/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/draw_line/_index.md deleted file mode 100644 index 47ea8cce96da..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/draw_line/_index.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -title: draw_line method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 100 -url: /python-net/aspose.page.xps.presentation.pdf/pdfdevice/draw_line/ -is_root: false ---- - -## draw_line {#float-float-float-float} - -Draws a line segment. - - - -```python -def draw_line(self, x1, y1, x2, y2): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x1 | float | X coordinate of the beginning of segment. | -| y1 | float | Y coordinate of the beginning of segment. | -| x2 | float | X coordinate of the end of segment. | -| y2 | float | Y coordinate of the end of segment. | - - - -### See Also -* module [`aspose.page.xps.presentation.pdf`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/draw_oval/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/draw_oval/_index.md deleted file mode 100644 index b6162eef85cb..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/draw_oval/_index.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -title: draw_oval method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 110 -url: /python-net/aspose.page.xps.presentation.pdf/pdfdevice/draw_oval/ -is_root: false ---- - -## draw_oval {#float-float-float-float} - -Draws an oval. - - - -```python -def draw_oval(self, x, y, width, height): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x | float | X coordinate of center of the oval. | -| y | float | Y coordinate of center of the oval. | -| width | float | A width of circumscribed rectangle. | -| height | float | A height of circumscribed rectangle. | - - - -### See Also -* module [`aspose.page.xps.presentation.pdf`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/draw_polygon/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/draw_polygon/_index.md deleted file mode 100644 index 32622d7f7758..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/draw_polygon/_index.md +++ /dev/null @@ -1,52 +0,0 @@ ---- -title: draw_polygon method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 120 -url: /python-net/aspose.page.xps.presentation.pdf/pdfdevice/draw_polygon/ -is_root: false ---- - -## draw_polygon {#list-list-int} - -Draws a polygon. - - - -```python -def draw_polygon(self, x_points, y_points, n_points): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x_points | list | X coordinates of points. | -| y_points | list | Y coordinate of points. | -| n_points | int | The number of points. | - - -## draw_polygon {#list-list-int} - -Draws a poligone. - - - -```python -def draw_polygon(self, x_points, y_points, n_points): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x_points | list | X coordinates of points. | -| y_points | list | Y coordinate of points. | -| n_points | int | The number of points. | - - - -### See Also -* module [`aspose.page.xps.presentation.pdf`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/draw_polyline/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/draw_polyline/_index.md deleted file mode 100644 index 0e3dae3346ca..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/draw_polyline/_index.md +++ /dev/null @@ -1,52 +0,0 @@ ---- -title: draw_polyline method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 130 -url: /python-net/aspose.page.xps.presentation.pdf/pdfdevice/draw_polyline/ -is_root: false ---- - -## draw_polyline {#list-list-int} - -Draws a polyline. - - - -```python -def draw_polyline(self, x_points, y_points, n_points): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x_points | list | X coordinates of points. | -| y_points | list | Y coordinate of points. | -| n_points | int | The number of points. | - - -## draw_polyline {#list-list-int} - -Draws a polyline. - - - -```python -def draw_polyline(self, x_points, y_points, n_points): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x_points | list | X coordinates of points. | -| y_points | list | Y coordinate of points. | -| n_points | int | The number of points. | - - - -### See Also -* module [`aspose.page.xps.presentation.pdf`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/draw_rect/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/draw_rect/_index.md deleted file mode 100644 index 1802932e1cd0..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/draw_rect/_index.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -title: draw_rect method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 140 -url: /python-net/aspose.page.xps.presentation.pdf/pdfdevice/draw_rect/ -is_root: false ---- - -## draw_rect {#float-float-float-float} - -Draws a rectangle. - - - -```python -def draw_rect(self, x, y, width, height): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x | float | X coordinate of upper left corner of the rectangle. | -| y | float | Y coordinate of upper left corner of the rectangle. | -| width | float | A width of the rectangle. | -| height | float | A height of the rectangle. | - - - -### See Also -* module [`aspose.page.xps.presentation.pdf`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/draw_round_rect/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/draw_round_rect/_index.md deleted file mode 100644 index 5f62db7bdf05..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/draw_round_rect/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: draw_round_rect method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 150 -url: /python-net/aspose.page.xps.presentation.pdf/pdfdevice/draw_round_rect/ -is_root: false ---- - -## draw_round_rect {#float-float-float-float-float-float} - -Draws a round rectangle. - - - -```python -def draw_round_rect(self, x, y, width, height, arc_width, arc_height): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x | float | X coordinate of upper left corner of the rectangle. | -| y | float | Y coordinate of upper left corner of the rectangle. | -| width | float | A width of the rectangle. | -| height | float | A height of the rectangle. | -| arc_width | float | A width of circumscribed rectangle of the arc that rounds an angle of the rectangle. | -| arc_height | float | A height of circumscribed rectangle of the arc that rounds an angle of the rectangle. | - - - -### See Also -* module [`aspose.page.xps.presentation.pdf`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/draw_string/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/draw_string/_index.md deleted file mode 100644 index d04740da8c5b..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/draw_string/_index.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -title: draw_string method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 160 -url: /python-net/aspose.page.xps.presentation.pdf/pdfdevice/draw_string/ -is_root: false ---- - -## draw_string {#str-float-float} - -Draws a string at the specified position. - - - -```python -def draw_string(self, str, x, y): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| str | str | The text to be drawn. | -| x | float | The x-coordinate of the string position. | -| y | float | The y-coordinate of the string position. | - - - -### See Also -* module [`aspose.page.xps.presentation.pdf`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/end_document/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/end_document/_index.md deleted file mode 100644 index db65d8bb0ad4..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/end_document/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: end_document method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 170 -url: /python-net/aspose.page.xps.presentation.pdf/pdfdevice/end_document/ -is_root: false ---- - -## end_document {#} - -Accomplishes the document. - - - -```python -def end_document(self): - ... -``` - - - - - -### See Also -* module [`aspose.page.xps.presentation.pdf`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/fill/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/fill/_index.md deleted file mode 100644 index 20c47b351a30..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/fill/_index.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: fill method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 180 -url: /python-net/aspose.page.xps.presentation.pdf/pdfdevice/fill/ -is_root: false ---- - -## fill {#aspose.pydrawing.drawing2d.GraphicsPath} - -Fills the specified path. - - - -```python -def fill(self, path): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| path | aspose.pydrawing.drawing2d.GraphicsPath | The path to fill. | - - - -### See Also -* module [`aspose.page.xps.presentation.pdf`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/fill_arc/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/fill_arc/_index.md deleted file mode 100644 index 323d797eee7b..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/fill_arc/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: fill_arc method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 190 -url: /python-net/aspose.page.xps.presentation.pdf/pdfdevice/fill_arc/ -is_root: false ---- - -## fill_arc {#float-float-float-float-float-float} - -Fills an arc. - - - -```python -def fill_arc(self, x, y, width, height, start_angle, arc_angle): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x | float | X coordinate of center of the arc. | -| y | float | Y coordinate of center of the arc. | -| width | float | A width of circumscribed rectangle. | -| height | float | A height of circumscribed rectangle. | -| start_angle | float | A start angle of the arc. | -| arc_angle | float | An angle of the arc. | - - - -### See Also -* module [`aspose.page.xps.presentation.pdf`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/fill_oval/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/fill_oval/_index.md deleted file mode 100644 index 539b15de3347..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/fill_oval/_index.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -title: fill_oval method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 200 -url: /python-net/aspose.page.xps.presentation.pdf/pdfdevice/fill_oval/ -is_root: false ---- - -## fill_oval {#float-float-float-float} - -Fills an oval. - - - -```python -def fill_oval(self, x, y, width, height): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x | float | X coordinate of center of the oval. | -| y | float | Y coordinate of center of the oval. | -| width | float | A width of circumscribed rectangle. | -| height | float | A height of circumscribed rectangle. | - - - -### See Also -* module [`aspose.page.xps.presentation.pdf`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/fill_polygon/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/fill_polygon/_index.md deleted file mode 100644 index bf62a4d2d1c2..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/fill_polygon/_index.md +++ /dev/null @@ -1,52 +0,0 @@ ---- -title: fill_polygon method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 210 -url: /python-net/aspose.page.xps.presentation.pdf/pdfdevice/fill_polygon/ -is_root: false ---- - -## fill_polygon {#list-list-int} - -Fills a poligone. - - - -```python -def fill_polygon(self, x_points, y_points, n_points): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x_points | list | X coordinates of points. | -| y_points | list | Y coordinate of points. | -| n_points | int | The number of points. | - - -## fill_polygon {#list-list-int} - -Fills a poligone. - - - -```python -def fill_polygon(self, x_points, y_points, n_points): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x_points | list | X coordinates of points. | -| y_points | list | Y coordinate of points. | -| n_points | int | The number of points. | - - - -### See Also -* module [`aspose.page.xps.presentation.pdf`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/fill_rect/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/fill_rect/_index.md deleted file mode 100644 index 940ccef431fb..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/fill_rect/_index.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -title: fill_rect method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 220 -url: /python-net/aspose.page.xps.presentation.pdf/pdfdevice/fill_rect/ -is_root: false ---- - -## fill_rect {#float-float-float-float} - -Fills a rectangle. - - - -```python -def fill_rect(self, x, y, width, height): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x | float | X coordinate of upper left corner of the rectangle. | -| y | float | Y coordinate of upper left corner of the rectangle. | -| width | float | A width of the rectangle. | -| height | float | A height of the rectangle. | - - - -### See Also -* module [`aspose.page.xps.presentation.pdf`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/fill_round_rect/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/fill_round_rect/_index.md deleted file mode 100644 index 939575822488..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/fill_round_rect/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: fill_round_rect method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 230 -url: /python-net/aspose.page.xps.presentation.pdf/pdfdevice/fill_round_rect/ -is_root: false ---- - -## fill_round_rect {#float-float-float-float-float-float} - -Fills a round rectangle. - - - -```python -def fill_round_rect(self, x, y, width, height, arc_width, arc_height): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x | float | X coordinate of upper left corner of the rectangle. | -| y | float | Y coordinate of upper left corner of the rectangle. | -| width | float | A width of the rectangle. | -| height | float | A height of the rectangle. | -| arc_width | float | A width of circumscribed rectangle of the arc that rounds an angle of the rectangle. | -| arc_height | float | A height of circumscribed rectangle of the arc that rounds an angle of the rectangle. | - - - -### See Also -* module [`aspose.page.xps.presentation.pdf`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/get_property/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/get_property/_index.md deleted file mode 100644 index 4de329f051ad..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/get_property/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: get_property method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 240 -url: /python-net/aspose.page.xps.presentation.pdf/pdfdevice/get_property/ -is_root: false ---- - -## get_property {#str} - -Gets a value of string property. - - -### Returns - - -The property value. - - -```python -def get_property(self, key): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| key | str | The name of property. | - - - -### See Also -* module [`aspose.page.xps.presentation.pdf`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/get_property_color/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/get_property_color/_index.md deleted file mode 100644 index 1bc798033742..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/get_property_color/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: get_property_color method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 250 -url: /python-net/aspose.page.xps.presentation.pdf/pdfdevice/get_property_color/ -is_root: false ---- - -## get_property_color {#str} - -Gets a value of color property. - - -### Returns - - -The property value. - - -```python -def get_property_color(self, key): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| key | str | The name of property. | - - - -### See Also -* module [`aspose.page.xps.presentation.pdf`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/get_property_double/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/get_property_double/_index.md deleted file mode 100644 index cc2ff9c18c79..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/get_property_double/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: get_property_double method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 260 -url: /python-net/aspose.page.xps.presentation.pdf/pdfdevice/get_property_double/ -is_root: false ---- - -## get_property_double {#str} - -Gets a value of double property. - - -### Returns - - -The property value. - - -```python -def get_property_double(self, key): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| key | str | The name of property. | - - - -### See Also -* module [`aspose.page.xps.presentation.pdf`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/get_property_int/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/get_property_int/_index.md deleted file mode 100644 index ca243b97b746..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/get_property_int/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: get_property_int method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 270 -url: /python-net/aspose.page.xps.presentation.pdf/pdfdevice/get_property_int/ -is_root: false ---- - -## get_property_int {#str} - -Gets a value of integer property. - - -### Returns - - -The property value. - - -```python -def get_property_int(self, key): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| key | str | The name of property. | - - - -### See Also -* module [`aspose.page.xps.presentation.pdf`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/get_property_margins/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/get_property_margins/_index.md deleted file mode 100644 index 87d716665723..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/get_property_margins/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: get_property_margins method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 280 -url: /python-net/aspose.page.xps.presentation.pdf/pdfdevice/get_property_margins/ -is_root: false ---- - -## get_property_margins {#str} - -Gets a value of margin property. - - -### Returns - - -The property value. - - -```python -def get_property_margins(self, key): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| key | str | The name of property. | - - - -### See Also -* module [`aspose.page.xps.presentation.pdf`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/get_property_rectangle/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/get_property_rectangle/_index.md deleted file mode 100644 index 88f25a0d7a4b..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/get_property_rectangle/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: get_property_rectangle method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 290 -url: /python-net/aspose.page.xps.presentation.pdf/pdfdevice/get_property_rectangle/ -is_root: false ---- - -## get_property_rectangle {#str} - -Gets a value of rectangle property. - - -### Returns - - -The property value. - - -```python -def get_property_rectangle(self, key): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| key | str | The name of property. | - - - -### See Also -* module [`aspose.page.xps.presentation.pdf`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/get_property_size/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/get_property_size/_index.md deleted file mode 100644 index ba370a6b0f1c..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/get_property_size/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: get_property_size method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 300 -url: /python-net/aspose.page.xps.presentation.pdf/pdfdevice/get_property_size/ -is_root: false ---- - -## get_property_size {#str} - -Gets a value of size property. - - -### Returns - - -The property value. - - -```python -def get_property_size(self, key): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| key | str | The name of property. | - - - -### See Also -* module [`aspose.page.xps.presentation.pdf`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/get_transform/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/get_transform/_index.md deleted file mode 100644 index 15cfec6a027e..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/get_transform/_index.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -title: get_transform method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 310 -url: /python-net/aspose.page.xps.presentation.pdf/pdfdevice/get_transform/ -is_root: false ---- - -## get_transform {#} - -Returns the current transformation matrix. - - -### Returns - - -The current transformation matrix. - - -```python -def get_transform(self): - ... -``` - - - - - -### See Also -* module [`aspose.page.xps.presentation.pdf`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/init_clip/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/init_clip/_index.md deleted file mode 100644 index 8c10d34f57cd..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/init_clip/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: init_clip method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 320 -url: /python-net/aspose.page.xps.presentation.pdf/pdfdevice/init_clip/ -is_root: false ---- - -## init_clip {#} - -Initializes clip of the device. - - - -```python -def init_clip(self): - ... -``` - - - - - -### See Also -* module [`aspose.page.xps.presentation.pdf`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/init_page_numbers/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/init_page_numbers/_index.md index 78b723fd1de1..d89878674200 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/init_page_numbers/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/init_page_numbers/_index.md @@ -3,7 +3,7 @@ title: init_page_numbers method second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 330 +weight: 50 url: /python-net/aspose.page.xps.presentation.pdf/pdfdevice/init_page_numbers/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/is_direct_rgb/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/is_direct_rgb/_index.md deleted file mode 100644 index aeb35fac5474..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/is_direct_rgb/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: is_direct_rgb property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 560 -url: /python-net/aspose.page.xps.presentation.pdf/pdfdevice/is_direct_rgb/ -is_root: false ---- - -## is_direct_rgb property - - -Indicates whether device uses direct RGB mode, that is RGB. -### Definition: -```python -@property -def is_direct_rgb(self): - ... -``` - -### See Also -* module [`aspose.page.xps.presentation.pdf`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/is_property/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/is_property/_index.md deleted file mode 100644 index 108d636e76c0..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/is_property/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: is_property method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 340 -url: /python-net/aspose.page.xps.presentation.pdf/pdfdevice/is_property/ -is_root: false ---- - -## is_property {#str} - -Gets a value of boolean property. - - -### Returns - - -The property value. - - -```python -def is_property(self, key): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| key | str | The name of property. | - - - -### See Also -* module [`aspose.page.xps.presentation.pdf`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/opacity/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/opacity/_index.md deleted file mode 100644 index 2a91f5801506..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/opacity/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: opacity property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 570 -url: /python-net/aspose.page.xps.presentation.pdf/pdfdevice/opacity/ -is_root: false ---- - -## opacity property - - -Gets/sets the opacity. -### Definition: -```python -@property -def opacity(self): - ... -@opacity.setter -def opacity(self, value): - ... -``` - -### See Also -* module [`aspose.page.xps.presentation.pdf`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/opacity_mask/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/opacity_mask/_index.md deleted file mode 100644 index c619e325bd70..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/opacity_mask/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: opacity_mask property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 580 -url: /python-net/aspose.page.xps.presentation.pdf/pdfdevice/opacity_mask/ -is_root: false ---- - -## opacity_mask property - - -Gets/sets the brush for opacity mask. The mask applies over Paint or Strike. -### Definition: -```python -@property -def opacity_mask(self): - ... -@opacity_mask.setter -def opacity_mask(self, value): - ... -``` - -### See Also -* module [`aspose.page.xps.presentation.pdf`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/open_page/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/open_page/_index.md index d92348096b7d..08dd3eac7450 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/open_page/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/open_page/_index.md @@ -3,7 +3,7 @@ title: open_page method second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 350 +weight: 60 url: /python-net/aspose.page.xps.presentation.pdf/pdfdevice/open_page/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/open_partition/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/open_partition/_index.md index 8da523884441..0bf69f7165a9 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/open_partition/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/open_partition/_index.md @@ -3,7 +3,7 @@ title: open_partition method second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 360 +weight: 70 url: /python-net/aspose.page.xps.presentation.pdf/pdfdevice/open_partition/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/paint/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/paint/_index.md deleted file mode 100644 index 63123410bfa0..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/paint/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: paint property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 590 -url: /python-net/aspose.page.xps.presentation.pdf/pdfdevice/paint/ -is_root: false ---- - -## paint property - - -Gets/sets the brush for filling paths. -### Definition: -```python -@property -def paint(self): - ... -@paint.setter -def paint(self, value): - ... -``` - -### See Also -* module [`aspose.page.xps.presentation.pdf`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/re_new/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/re_new/_index.md deleted file mode 100644 index 2190ca1458c6..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/re_new/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: re_new method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 370 -url: /python-net/aspose.page.xps.presentation.pdf/pdfdevice/re_new/ -is_root: false ---- - -## re_new {#} - -Sets the devices to the initial state. - - - -```python -def re_new(self): - ... -``` - - - - - -### See Also -* module [`aspose.page.xps.presentation.pdf`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/reset/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/reset/_index.md deleted file mode 100644 index 47238dd06950..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/reset/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: reset method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 380 -url: /python-net/aspose.page.xps.presentation.pdf/pdfdevice/reset/ -is_root: false ---- - -## reset {#} - -Resets the device. - - - -```python -def reset(self): - ... -``` - - - - - -### See Also -* module [`aspose.page.xps.presentation.pdf`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/rotate/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/rotate/_index.md deleted file mode 100644 index e0754358a293..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/rotate/_index.md +++ /dev/null @@ -1,50 +0,0 @@ ---- -title: rotate method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 390 -url: /python-net/aspose.page.xps.presentation.pdf/pdfdevice/rotate/ -is_root: false ---- - -## rotate {#float} - -Applies a clockwise rotation about the origin to the current transformation matrix. - - - -```python -def rotate(self, theta): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| theta | float | The angle of the rotation, in radians. | - - -## rotate {#float-float-float} - -Rotate the current transformation matrix around a point. - - - -```python -def rotate(self, theta, x, y): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| theta | float | An angle of rotation in radians. | -| x | float | X coordinate of point. | -| y | float | Y coordinate of point. | - - - -### See Also -* module [`aspose.page.xps.presentation.pdf`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/scale/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/scale/_index.md deleted file mode 100644 index 2286eed6a44e..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/scale/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: scale method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 400 -url: /python-net/aspose.page.xps.presentation.pdf/pdfdevice/scale/ -is_root: false ---- - -## scale {#float-float} - -Applies the specified scale vector to the current transformation matrix. - - - -```python -def scale(self, x, y): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x | float | The x scale factor. | -| y | float | The y scale factor. | - - - -### See Also -* module [`aspose.page.xps.presentation.pdf`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/set_clip/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/set_clip/_index.md deleted file mode 100644 index 56c134948e7e..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/set_clip/_index.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: set_clip method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 410 -url: /python-net/aspose.page.xps.presentation.pdf/pdfdevice/set_clip/ -is_root: false ---- - -## set_clip {#aspose.pydrawing.drawing2d.GraphicsPath} - -Adds the specified path to the current clip path. - - - -```python -def set_clip(self, clip_path): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| clip_path | aspose.pydrawing.drawing2d.GraphicsPath | The clip path to be added. | - - - -### See Also -* module [`aspose.page.xps.presentation.pdf`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/set_hyperlink_target/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/set_hyperlink_target/_index.md index 47836166a54c..c3af7d1bcc8f 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/set_hyperlink_target/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/set_hyperlink_target/_index.md @@ -3,7 +3,7 @@ title: set_hyperlink_target method second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 420 +weight: 80 url: /python-net/aspose.page.xps.presentation.pdf/pdfdevice/set_hyperlink_target/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/set_transform/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/set_transform/_index.md deleted file mode 100644 index 9952776537b1..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/set_transform/_index.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: set_transform method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 430 -url: /python-net/aspose.page.xps.presentation.pdf/pdfdevice/set_transform/ -is_root: false ---- - -## set_transform {#aspose.pydrawing.drawing2d.Matrix} - -Sets the current transformation matrix. - - - -```python -def set_transform(self, transform): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| transform | aspose.pydrawing.drawing2d.Matrix | The new transformation matrix. | - - - -### See Also -* module [`aspose.page.xps.presentation.pdf`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/shear/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/shear/_index.md deleted file mode 100644 index d83ef529dca5..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/shear/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: shear method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 440 -url: /python-net/aspose.page.xps.presentation.pdf/pdfdevice/shear/ -is_root: false ---- - -## shear {#float-float} - -Applies the specified shear vector to the current transformation matrix. - - - -```python -def shear(self, shx, shy): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| shx | float | The x shear factor. | -| shy | float | The y shear factor. | - - - -### See Also -* module [`aspose.page.xps.presentation.pdf`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/start_document/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/start_document/_index.md deleted file mode 100644 index 1ab81753c5dd..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/start_document/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: start_document method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 450 -url: /python-net/aspose.page.xps.presentation.pdf/pdfdevice/start_document/ -is_root: false ---- - -## start_document {#} - -Starts the document. - - - -```python -def start_document(self): - ... -``` - - - - - -### See Also -* module [`aspose.page.xps.presentation.pdf`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/stroke/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/stroke/_index.md deleted file mode 100644 index bc98029158ab..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/stroke/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: stroke property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 610 -url: /python-net/aspose.page.xps.presentation.pdf/pdfdevice/stroke/ -is_root: false ---- - -## stroke property - - -Gets/sets the stroke for drawing paths. -### Definition: -```python -@property -def stroke(self): - ... -@stroke.setter -def stroke(self, value): - ... -``` - -### See Also -* module [`aspose.page.xps.presentation.pdf`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/text_rendering_mode/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/text_rendering_mode/_index.md deleted file mode 100644 index 95fa927afdcd..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/text_rendering_mode/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: text_rendering_mode property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 620 -url: /python-net/aspose.page.xps.presentation.pdf/pdfdevice/text_rendering_mode/ -is_root: false ---- - -## text_rendering_mode property - - -Returns or specifies current text rendering mode. -### Definition: -```python -@property -def text_rendering_mode(self): - ... -@text_rendering_mode.setter -def text_rendering_mode(self, value): - ... -``` - -### See Also -* module [`aspose.page.xps.presentation.pdf`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice) -* class [`TextRenderingMode`](/page/python-net/aspose.page/textrenderingmode) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/text_stroke_width/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/text_stroke_width/_index.md deleted file mode 100644 index 0626acadf755..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/text_stroke_width/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: text_stroke_width property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 630 -url: /python-net/aspose.page.xps.presentation.pdf/pdfdevice/text_stroke_width/ -is_root: false ---- - -## text_stroke_width property - - -Returns or specifies current text stroke width. -### Definition: -```python -@property -def text_stroke_width(self): - ... -@text_stroke_width.setter -def text_stroke_width(self, value): - ... -``` - -### See Also -* module [`aspose.page.xps.presentation.pdf`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/transform/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/transform/_index.md deleted file mode 100644 index 9b8cbde30cb5..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/transform/_index.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: transform method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 460 -url: /python-net/aspose.page.xps.presentation.pdf/pdfdevice/transform/ -is_root: false ---- - -## transform {#aspose.pydrawing.drawing2d.Matrix} - -Multiplies the current transformation matrix by the specified Matrix. - - - -```python -def transform(self, transform): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| transform | aspose.pydrawing.drawing2d.Matrix | The matrix by which the current transformation matrix is to be multiplied. | - - - -### See Also -* module [`aspose.page.xps.presentation.pdf`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/translate/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/translate/_index.md deleted file mode 100644 index 38ea97ae5899..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/translate/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: translate method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 470 -url: /python-net/aspose.page.xps.presentation.pdf/pdfdevice/translate/ -is_root: false ---- - -## translate {#float-float} - -Applies the specified translation vector to the current transformation matrix. - - - -```python -def translate(self, x, y): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x | float | The x offset. | -| y | float | The y offset. | - - - -### See Also -* module [`aspose.page.xps.presentation.pdf`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/update_page_parameters/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/update_page_parameters/_index.md index 2c0be0b9ffd3..75b4a1a25b2a 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/update_page_parameters/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/update_page_parameters/_index.md @@ -3,7 +3,7 @@ title: update_page_parameters method second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 480 +weight: 90 url: /python-net/aspose.page.xps.presentation.pdf/pdfdevice/update_page_parameters/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/version/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/version/_index.md deleted file mode 100644 index e05107514334..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/version/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: version property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 640 -url: /python-net/aspose.page.xps.presentation.pdf/pdfdevice/version/ -is_root: false ---- - -## version property - - -Current device version. - -### See Also -* module [`aspose.page.xps.presentation.pdf`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/write_comment/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/write_comment/_index.md deleted file mode 100644 index f63dc1485951..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/write_comment/_index.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: write_comment method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 490 -url: /python-net/aspose.page.xps.presentation.pdf/pdfdevice/write_comment/ -is_root: false ---- - -## write_comment {#str} - -Writes a comment. - - - -```python -def write_comment(self, comment): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| comment | str | A comment to be written. | - - - -### See Also -* module [`aspose.page.xps.presentation.pdf`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfsaveoptions/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfsaveoptions/_index.md index c9f56560d77e..f03e655344c3 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfsaveoptions/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfsaveoptions/_index.md @@ -31,6 +31,7 @@ The PdfSaveOptions type exposes the following members: | Property | Description | | :- | :- | | [supress_errors](/page/python-net/aspose.page.xps.presentation.pdf/pdfsaveoptions/supress_errors) | Specifies whether errors must be suppressed or not.
If true suppressed errors are added to [`SaveOptions.Exceptions`](/page/python-net/aspose.page/saveoptions) list.
If false the first error will terminate the program. | +| [size](/page/python-net/aspose.page.xps.presentation.pdf/pdfsaveoptions/size) | Gets/sets the size of the image. | | [debug](/page/python-net/aspose.page.xps.presentation.pdf/pdfsaveoptions/debug) | Specifies whether debug information must be printed to standard output stream or not. | | [additional_fonts_folders](/page/python-net/aspose.page.xps.presentation.pdf/pdfsaveoptions/additional_fonts_folders) | Specifies additional folders where converter should find fonts for input document.
Default folder are standard fonts folder where OS finds fonts for internal needs. | | [jpeg_quality_level](/page/python-net/aspose.page.xps.presentation.pdf/pdfsaveoptions/jpeg_quality_level) | The Quality category specifies the level of compression for an image.
Available values are 0 to 100.
The lower the number specified, the higher the compression and therefore the lower the quality of the image.
0 value results in lowest quality image, while 100 results in highest. | diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/size/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfsaveoptions/size/_index.md similarity index 55% rename from content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/size/_index.md rename to content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfsaveoptions/size/_index.md index 374502efe0de..0fc21f5bfc8a 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfdevice/size/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfsaveoptions/size/_index.md @@ -3,15 +3,15 @@ title: size property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 600 -url: /python-net/aspose.page.xps.presentation.pdf/pdfdevice/size/ +weight: 110 +url: /python-net/aspose.page.xps.presentation.pdf/pdfsaveoptions/size/ is_root: false --- ## size property -Gets/sets the device media size. +Gets/sets the size of the image. ### Definition: ```python @property @@ -24,4 +24,5 @@ def size(self, value): ### See Also * module [`aspose.page.xps.presentation.pdf`](../../) -* class [`PdfDevice`](/page/python-net/aspose.page.xps.presentation.pdf/pdfdevice) +* class [`PdfSaveOptions`](/page/python-net/aspose.page.xps.presentation.pdf/pdfsaveoptions) +* class [`Size`](/page/python-net/aspose.page.drawing/size) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfsaveoptions/supress_errors/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfsaveoptions/supress_errors/_index.md index 1306c02d03a9..f9c7280b09fb 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfsaveoptions/supress_errors/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfsaveoptions/supress_errors/_index.md @@ -3,7 +3,7 @@ title: supress_errors property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 110 +weight: 120 url: /python-net/aspose.page.xps.presentation.pdf/pdfsaveoptions/supress_errors/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfsaveoptions/text_compression/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfsaveoptions/text_compression/_index.md index c68d86816738..22fd0e7548ad 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfsaveoptions/text_compression/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.pdf/pdfsaveoptions/text_compression/_index.md @@ -3,7 +3,7 @@ title: text_compression property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 120 +weight: 130 url: /python-net/aspose.page.xps.presentation.pdf/pdfsaveoptions/text_compression/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/_index.md deleted file mode 100644 index 8da9e8cc8eed..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/_index.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: aspose.page.xps.presentation.ps -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 10 -url: /python-net/aspose.page.xps.presentation.ps/ -is_root: false ---- - -The **Aspose.Page.Ps.Presentation.Ps** namespace provides classes for rendering XPS -document to PostScript. - -### Classes -| Class | Description | -| :- | :- | -| [`PsDevice`](/page/python-net/aspose.page.xps.presentation.ps/psdevice) | Class incapsulating PostScript composing device. | - - diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/__init__/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/__init__/_index.md deleted file mode 100644 index 0c02fb534dea..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/__init__/_index.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: PsDevice constructor -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 10 -url: /python-net/aspose.page.xps.presentation.ps/psdevice/__init__/ -is_root: false ---- - -## __init__ {#io.RawIOBase} - -Creates the new instance. - - - -```python -def __init__(self, stream): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| stream | io.RawIOBase | The output stream containing PostScript. | - - - -### See Also -* module [`aspose.page.xps.presentation.ps`](../../) -* class [`PsDevice`](/page/python-net/aspose.page.xps.presentation.ps/psdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/_index.md deleted file mode 100644 index 9409385db2bc..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/_index.md +++ /dev/null @@ -1,113 +0,0 @@ ---- -title: PsDevice class -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 10 -url: /python-net/aspose.page.xps.presentation.ps/psdevice/ -is_root: false ---- - -## PsDevice class - -Class incapsulating PostScript composing device. - - - -**Inheritance:** [`PsDevice`](/page/python-net/aspose.page.xps.presentation.ps/psdevice) → -[`Device`](/page/python-net/aspose.page/device) - - - -The PsDevice type exposes the following members: - -### Constructors -| Constructor | Description | -| :- | :- | -| [__init__](/page/python-net/aspose.page.xps.presentation.ps/psdevice/__init__/#io.RawIOBase) | Creates the new instance. | - - -### Properties -| Property | Description | -| :- | :- | -| [creator](/page/python-net/aspose.page.xps.presentation.ps/psdevice/creator) | Returns or specifies creator of resulting device output. | -| [size](/page/python-net/aspose.page.xps.presentation.ps/psdevice/size) | Gets/sets the device media size. | -| [is_direct_rgb](/page/python-net/aspose.page.xps.presentation.ps/psdevice/is_direct_rgb) | Indicates whether device uses direct RGB mode, that is RGB. | -| [background](/page/python-net/aspose.page.xps.presentation.ps/psdevice/background) | Gets/sets the background color. | -| [opacity](/page/python-net/aspose.page.xps.presentation.ps/psdevice/opacity) | Gets/sets the opacity. | -| [stroke](/page/python-net/aspose.page.xps.presentation.ps/psdevice/stroke) | Gets/sets the stroke for drawing paths. | -| [paint](/page/python-net/aspose.page.xps.presentation.ps/psdevice/paint) | Gets/sets the brush for filling paths. | -| [opacity_mask](/page/python-net/aspose.page.xps.presentation.ps/psdevice/opacity_mask) | Gets/sets the brush for opacity mask. The mask applies over Paint or Strike. | -| [char_tm](/page/python-net/aspose.page.xps.presentation.ps/psdevice/char_tm) | Returns or specifies current characters transform. | -| [text_rendering_mode](/page/python-net/aspose.page.xps.presentation.ps/psdevice/text_rendering_mode) | Returns or specifies current text rendering mode. | -| [text_stroke_width](/page/python-net/aspose.page.xps.presentation.ps/psdevice/text_stroke_width) | Returns or specifies current text stroke width. | -| [version](/page/python-net/aspose.page.xps.presentation.ps/psdevice/version) | Current device version. | -| [current_page_number](/page/python-net/aspose.page.xps.presentation.ps/psdevice/current_page_number) | Returns the absolute number of the current page withint the document. | -| [current_relative_page_number](/page/python-net/aspose.page.xps.presentation.ps/psdevice/current_relative_page_number) | Returns the number of the current page within the current partititon. | - - -### Methods -| Method | Description | -| :- | :- | -| [rotate](/page/python-net/aspose.page.xps.presentation.ps/psdevice/rotate/#float) | Applies a clockwise rotation about the origin to the current transformation matrix. | -| [rotate](/page/python-net/aspose.page.xps.presentation.ps/psdevice/rotate/#float-float-float) | Rotate the current transformation matrix around a point. | -| [draw_polyline](/page/python-net/aspose.page.xps.presentation.ps/psdevice/draw_polyline/#list-list-int) | Draws a polyline. | -| [draw_polyline](/page/python-net/aspose.page.xps.presentation.ps/psdevice/draw_polyline/#list-list-int) | Draws a polyline. | -| [draw_polygon](/page/python-net/aspose.page.xps.presentation.ps/psdevice/draw_polygon/#list-list-int) | Draws a polygon. | -| [draw_polygon](/page/python-net/aspose.page.xps.presentation.ps/psdevice/draw_polygon/#list-list-int) | Draws a poligone. | -| [fill_polygon](/page/python-net/aspose.page.xps.presentation.ps/psdevice/fill_polygon/#list-list-int) | Fills a poligone. | -| [fill_polygon](/page/python-net/aspose.page.xps.presentation.ps/psdevice/fill_polygon/#list-list-int) | Fills a poligone. | -| [open_page](/page/python-net/aspose.page.xps.presentation.ps/psdevice/open_page/#str) | Starts a new page with the specifies title. | -| [open_page](/page/python-net/aspose.page.xps.presentation.ps/psdevice/open_page/#float-float) | Starts a new page with the specified width and height. | -| [set_hyperlink_target](/page/python-net/aspose.page.xps.presentation.ps/psdevice/set_hyperlink_target/#str) | Sets the hyperlink with an external URI as its target. | -| [set_hyperlink_target](/page/python-net/aspose.page.xps.presentation.ps/psdevice/set_hyperlink_target/#int) | Sets the hyperlink with a page number as its target. | -| [add_outline](/page/python-net/aspose.page.xps.presentation.ps/psdevice/add_outline/#int-str) | Adds an outline item with the last object as its target. | -| [add_outline](/page/python-net/aspose.page.xps.presentation.ps/psdevice/add_outline/#aspose.pydrawing.PointF-int-str) | Adds an outline item with the origin point as its target. | -| [re_new](/page/python-net/aspose.page.xps.presentation.ps/psdevice/re_new/#) | Sets the devices to the initial state. | -| [get_property](/page/python-net/aspose.page.xps.presentation.ps/psdevice/get_property/#str) | Gets a value of string property. | -| [get_property_color](/page/python-net/aspose.page.xps.presentation.ps/psdevice/get_property_color/#str) | Gets a value of color property. | -| [get_property_rectangle](/page/python-net/aspose.page.xps.presentation.ps/psdevice/get_property_rectangle/#str) | Gets a value of rectangle property. | -| [get_property_margins](/page/python-net/aspose.page.xps.presentation.ps/psdevice/get_property_margins/#str) | Gets a value of margin property. | -| [get_property_size](/page/python-net/aspose.page.xps.presentation.ps/psdevice/get_property_size/#str) | Gets a value of size property. | -| [get_property_int](/page/python-net/aspose.page.xps.presentation.ps/psdevice/get_property_int/#str) | Gets a value of integer property. | -| [get_property_double](/page/python-net/aspose.page.xps.presentation.ps/psdevice/get_property_double/#str) | Gets a value of double property. | -| [is_property](/page/python-net/aspose.page.xps.presentation.ps/psdevice/is_property/#str) | Gets a value of boolean property. | -| [create](/page/python-net/aspose.page.xps.presentation.ps/psdevice/create/#) | Creates a new instance of the device based on this device instance.
Writes this device graphics state, i.e. creates ApsCanvas instance(s)
with corresponding RenderTransform and Clip properties. | -| [set_transform](/page/python-net/aspose.page.xps.presentation.ps/psdevice/set_transform/#aspose.pydrawing.drawing2d.Matrix) | Sets the current transformation matrix. | -| [get_transform](/page/python-net/aspose.page.xps.presentation.ps/psdevice/get_transform/#) | Returns the current transformation matrix. | -| [transform](/page/python-net/aspose.page.xps.presentation.ps/psdevice/transform/#aspose.pydrawing.drawing2d.Matrix) | Multiplies the current transformation matrix by the specified Matrix. | -| [translate](/page/python-net/aspose.page.xps.presentation.ps/psdevice/translate/#float-float) | Applies the specified translation vector to the current transformation matrix. | -| [scale](/page/python-net/aspose.page.xps.presentation.ps/psdevice/scale/#float-float) | Applies the specified scale vector to the current transformation matrix. | -| [shear](/page/python-net/aspose.page.xps.presentation.ps/psdevice/shear/#float-float) | Applies the specified shear vector to the current transformation matrix. | -| [init_clip](/page/python-net/aspose.page.xps.presentation.ps/psdevice/init_clip/#) | Initializes clip of the device. | -| [set_clip](/page/python-net/aspose.page.xps.presentation.ps/psdevice/set_clip/#aspose.pydrawing.drawing2d.GraphicsPath) | Adds the specified path to the current clip path. | -| [draw](/page/python-net/aspose.page.xps.presentation.ps/psdevice/draw/#aspose.pydrawing.drawing2d.GraphicsPath) | Draws the specified path. | -| [fill](/page/python-net/aspose.page.xps.presentation.ps/psdevice/fill/#aspose.pydrawing.drawing2d.GraphicsPath) | Fills the specified path. | -| [draw_string](/page/python-net/aspose.page.xps.presentation.ps/psdevice/draw_string/#str-float-float) | Draws a string at the specified position. | -| [draw_image](/page/python-net/aspose.page.xps.presentation.ps/psdevice/draw_image/#aspose.pydrawing.Bitmap-aspose.pydrawing.drawing2d.Matrix-aspose.pydrawing.Color) | Draws an image with assigned transform and background. | -| [start_document](/page/python-net/aspose.page.xps.presentation.ps/psdevice/start_document/#) | Starts the document. | -| [end_document](/page/python-net/aspose.page.xps.presentation.ps/psdevice/end_document/#) | Accomplishes the document. | -| [dispose](/page/python-net/aspose.page.xps.presentation.ps/psdevice/dispose/#) | Disposes this device instance. Finalizes this device instance graphics state,
i.e. switches APS composing context to the ApsCanvas of the level higher then this
device's graphics state ApsCanvas. | -| [reset](/page/python-net/aspose.page.xps.presentation.ps/psdevice/reset/#) | Resets the device. | -| [write_comment](/page/python-net/aspose.page.xps.presentation.ps/psdevice/write_comment/#str) | Writes a comment. | -| [draw_arc](/page/python-net/aspose.page.xps.presentation.ps/psdevice/draw_arc/#float-float-float-float-float-float) | Draws an arc. | -| [draw_line](/page/python-net/aspose.page.xps.presentation.ps/psdevice/draw_line/#float-float-float-float) | Draws a line segment. | -| [draw_oval](/page/python-net/aspose.page.xps.presentation.ps/psdevice/draw_oval/#float-float-float-float) | Draws an oval. | -| [draw_rect](/page/python-net/aspose.page.xps.presentation.ps/psdevice/draw_rect/#float-float-float-float) | Draws a rectangle. | -| [draw_round_rect](/page/python-net/aspose.page.xps.presentation.ps/psdevice/draw_round_rect/#float-float-float-float-float-float) | Draws a round rectangle. | -| [fill_arc](/page/python-net/aspose.page.xps.presentation.ps/psdevice/fill_arc/#float-float-float-float-float-float) | Fills an arc. | -| [fill_oval](/page/python-net/aspose.page.xps.presentation.ps/psdevice/fill_oval/#float-float-float-float) | Fills an oval. | -| [fill_rect](/page/python-net/aspose.page.xps.presentation.ps/psdevice/fill_rect/#float-float-float-float) | Fills a rectangle. | -| [fill_round_rect](/page/python-net/aspose.page.xps.presentation.ps/psdevice/fill_round_rect/#float-float-float-float-float-float) | Fills a round rectangle. | -| [init_page_numbers](/page/python-net/aspose.page.xps.presentation.ps/psdevice/init_page_numbers/#) | Initializes numbers of pages to output. | -| [close_page](/page/python-net/aspose.page.xps.presentation.ps/psdevice/close_page/#) | Accomplishes the page. | -| [update_page_parameters](/page/python-net/aspose.page.xps.presentation.ps/psdevice/update_page_parameters/#aspose.page.IMultiPageDevice) | Updates the current page parameters. | -| [open_partition](/page/python-net/aspose.page.xps.presentation.ps/psdevice/open_partition/#) | Starts a new document partition. | -| [close_partition](/page/python-net/aspose.page.xps.presentation.ps/psdevice/close_partition/#) | Accomplished the document partition. | - - - -### See Also -* module [`aspose.page.xps.presentation.ps`](..) -* class [`Device`](/page/python-net/aspose.page/device) -* class [`PsDevice`](/page/python-net/aspose.page.xps.presentation.ps/psdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/add_outline/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/add_outline/_index.md deleted file mode 100644 index ffb7852f6576..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/add_outline/_index.md +++ /dev/null @@ -1,51 +0,0 @@ ---- -title: add_outline method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 20 -url: /python-net/aspose.page.xps.presentation.ps/psdevice/add_outline/ -is_root: false ---- - -## add_outline {#int-str} - -Adds an outline item with the last object as its target. - - - -```python -def add_outline(self, outline_level, description): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| outline_level | int | The outline level. | -| description | str | The item description. | - - -## add_outline {#aspose.pydrawing.PointF-int-str} - -Adds an outline item with the origin point as its target. - - - -```python -def add_outline(self, origin, outline_level, description): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| origin | aspose.pydrawing.PointF | The target origin. | -| outline_level | int | The outline level. | -| description | str | The item description. | - - - -### See Also -* module [`aspose.page.xps.presentation.ps`](../../) -* class [`PsDevice`](/page/python-net/aspose.page.xps.presentation.ps/psdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/background/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/background/_index.md deleted file mode 100644 index 6415acd91544..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/background/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: background property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 510 -url: /python-net/aspose.page.xps.presentation.ps/psdevice/background/ -is_root: false ---- - -## background property - - -Gets/sets the background color. -### Definition: -```python -@property -def background(self): - ... -@background.setter -def background(self, value): - ... -``` - -### See Also -* module [`aspose.page.xps.presentation.ps`](../../) -* class [`PsDevice`](/page/python-net/aspose.page.xps.presentation.ps/psdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/char_tm/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/char_tm/_index.md deleted file mode 100644 index 0de571827906..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/char_tm/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: char_tm property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 520 -url: /python-net/aspose.page.xps.presentation.ps/psdevice/char_tm/ -is_root: false ---- - -## char_tm property - - -Returns or specifies current characters transform. -### Definition: -```python -@property -def char_tm(self): - ... -@char_tm.setter -def char_tm(self, value): - ... -``` - -### See Also -* module [`aspose.page.xps.presentation.ps`](../../) -* class [`PsDevice`](/page/python-net/aspose.page.xps.presentation.ps/psdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/close_page/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/close_page/_index.md deleted file mode 100644 index ba503981077a..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/close_page/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: close_page method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 30 -url: /python-net/aspose.page.xps.presentation.ps/psdevice/close_page/ -is_root: false ---- - -## close_page {#} - -Accomplishes the page. - - - -```python -def close_page(self): - ... -``` - - - - - -### See Also -* module [`aspose.page.xps.presentation.ps`](../../) -* class [`PsDevice`](/page/python-net/aspose.page.xps.presentation.ps/psdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/close_partition/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/close_partition/_index.md deleted file mode 100644 index 6bf63126b040..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/close_partition/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: close_partition method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 40 -url: /python-net/aspose.page.xps.presentation.ps/psdevice/close_partition/ -is_root: false ---- - -## close_partition {#} - -Accomplished the document partition. - - - -```python -def close_partition(self): - ... -``` - - - - - -### See Also -* module [`aspose.page.xps.presentation.ps`](../../) -* class [`PsDevice`](/page/python-net/aspose.page.xps.presentation.ps/psdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/create/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/create/_index.md deleted file mode 100644 index 774cf5d4d1a5..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/create/_index.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -title: create method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 50 -url: /python-net/aspose.page.xps.presentation.ps/psdevice/create/ -is_root: false ---- - -## create {#} - -Creates a new instance of the device based on this device instance. -Writes this device graphics state, i.e. creates ApsCanvas instance(s) -with corresponding RenderTransform and Clip properties. - - -### Returns - - -The new device instance. - - -```python -def create(self): - ... -``` - - - - - -### See Also -* module [`aspose.page.xps.presentation.ps`](../../) -* class [`PsDevice`](/page/python-net/aspose.page.xps.presentation.ps/psdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/creator/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/creator/_index.md deleted file mode 100644 index d02f10bc10c8..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/creator/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: creator property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 530 -url: /python-net/aspose.page.xps.presentation.ps/psdevice/creator/ -is_root: false ---- - -## creator property - - -Returns or specifies creator of resulting device output. -### Definition: -```python -@property -def creator(self): - ... -@creator.setter -def creator(self, value): - ... -``` - -### See Also -* module [`aspose.page.xps.presentation.ps`](../../) -* class [`PsDevice`](/page/python-net/aspose.page.xps.presentation.ps/psdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/current_page_number/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/current_page_number/_index.md deleted file mode 100644 index b695f16742c6..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/current_page_number/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: current_page_number property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 540 -url: /python-net/aspose.page.xps.presentation.ps/psdevice/current_page_number/ -is_root: false ---- - -## current_page_number property - - -Returns the absolute number of the current page withint the document. -### Definition: -```python -@property -def current_page_number(self): - ... -``` - -### See Also -* module [`aspose.page.xps.presentation.ps`](../../) -* class [`PsDevice`](/page/python-net/aspose.page.xps.presentation.ps/psdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/current_relative_page_number/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/current_relative_page_number/_index.md deleted file mode 100644 index 2ac795a9e832..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/current_relative_page_number/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: current_relative_page_number property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 550 -url: /python-net/aspose.page.xps.presentation.ps/psdevice/current_relative_page_number/ -is_root: false ---- - -## current_relative_page_number property - - -Returns the number of the current page within the current partititon. -### Definition: -```python -@property -def current_relative_page_number(self): - ... -``` - -### See Also -* module [`aspose.page.xps.presentation.ps`](../../) -* class [`PsDevice`](/page/python-net/aspose.page.xps.presentation.ps/psdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/dispose/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/dispose/_index.md deleted file mode 100644 index 633bb3417d6d..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/dispose/_index.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: dispose method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 60 -url: /python-net/aspose.page.xps.presentation.ps/psdevice/dispose/ -is_root: false ---- - -## dispose {#} - -Disposes this device instance. Finalizes this device instance graphics state, -i.e. switches APS composing context to the ApsCanvas of the level higher then this -device's graphics state ApsCanvas. - - - -```python -def dispose(self): - ... -``` - - - - - -### See Also -* module [`aspose.page.xps.presentation.ps`](../../) -* class [`PsDevice`](/page/python-net/aspose.page.xps.presentation.ps/psdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/draw/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/draw/_index.md deleted file mode 100644 index 1b71a57b7940..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/draw/_index.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: draw method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 70 -url: /python-net/aspose.page.xps.presentation.ps/psdevice/draw/ -is_root: false ---- - -## draw {#aspose.pydrawing.drawing2d.GraphicsPath} - -Draws the specified path. - - - -```python -def draw(self, path): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| path | aspose.pydrawing.drawing2d.GraphicsPath | The path to draw. | - - - -### See Also -* module [`aspose.page.xps.presentation.ps`](../../) -* class [`PsDevice`](/page/python-net/aspose.page.xps.presentation.ps/psdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/draw_arc/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/draw_arc/_index.md deleted file mode 100644 index 9871be15943b..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/draw_arc/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: draw_arc method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 80 -url: /python-net/aspose.page.xps.presentation.ps/psdevice/draw_arc/ -is_root: false ---- - -## draw_arc {#float-float-float-float-float-float} - -Draws an arc. - - - -```python -def draw_arc(self, x, y, width, height, start_angle, arc_angle): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x | float | X coordinate of center of the arc. | -| y | float | Y coordinate of center of the arc. | -| width | float | A width of circumscribed rectangle. | -| height | float | A height of circumscribed rectangle. | -| start_angle | float | A start angle of the arc. | -| arc_angle | float | An angle of the arc. | - - - -### See Also -* module [`aspose.page.xps.presentation.ps`](../../) -* class [`PsDevice`](/page/python-net/aspose.page.xps.presentation.ps/psdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/draw_image/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/draw_image/_index.md deleted file mode 100644 index 322efed2e08b..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/draw_image/_index.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -title: draw_image method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 90 -url: /python-net/aspose.page.xps.presentation.ps/psdevice/draw_image/ -is_root: false ---- - -## draw_image {#aspose.pydrawing.Bitmap-aspose.pydrawing.drawing2d.Matrix-aspose.pydrawing.Color} - -Draws an image with assigned transform and background. - - - -```python -def draw_image(self, image, transform, bkg): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| image | aspose.pydrawing.Bitmap | An image to be drawn. | -| transform | aspose.pydrawing.drawing2d.Matrix | A transform. | -| bkg | aspose.pydrawing.Color | A background color. | - - - -### See Also -* module [`aspose.page.xps.presentation.ps`](../../) -* class [`PsDevice`](/page/python-net/aspose.page.xps.presentation.ps/psdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/draw_line/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/draw_line/_index.md deleted file mode 100644 index 466d0a2a8f08..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/draw_line/_index.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -title: draw_line method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 100 -url: /python-net/aspose.page.xps.presentation.ps/psdevice/draw_line/ -is_root: false ---- - -## draw_line {#float-float-float-float} - -Draws a line segment. - - - -```python -def draw_line(self, x1, y1, x2, y2): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x1 | float | X coordinate of the beginning of segment. | -| y1 | float | Y coordinate of the beginning of segment. | -| x2 | float | X coordinate of the end of segment. | -| y2 | float | Y coordinate of the end of segment. | - - - -### See Also -* module [`aspose.page.xps.presentation.ps`](../../) -* class [`PsDevice`](/page/python-net/aspose.page.xps.presentation.ps/psdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/draw_oval/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/draw_oval/_index.md deleted file mode 100644 index 8e63ba6055dd..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/draw_oval/_index.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -title: draw_oval method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 110 -url: /python-net/aspose.page.xps.presentation.ps/psdevice/draw_oval/ -is_root: false ---- - -## draw_oval {#float-float-float-float} - -Draws an oval. - - - -```python -def draw_oval(self, x, y, width, height): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x | float | X coordinate of center of the oval. | -| y | float | Y coordinate of center of the oval. | -| width | float | A width of circumscribed rectangle. | -| height | float | A height of circumscribed rectangle. | - - - -### See Also -* module [`aspose.page.xps.presentation.ps`](../../) -* class [`PsDevice`](/page/python-net/aspose.page.xps.presentation.ps/psdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/draw_polygon/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/draw_polygon/_index.md deleted file mode 100644 index e4cb4bfca56b..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/draw_polygon/_index.md +++ /dev/null @@ -1,52 +0,0 @@ ---- -title: draw_polygon method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 120 -url: /python-net/aspose.page.xps.presentation.ps/psdevice/draw_polygon/ -is_root: false ---- - -## draw_polygon {#list-list-int} - -Draws a polygon. - - - -```python -def draw_polygon(self, x_points, y_points, n_points): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x_points | list | X coordinates of points. | -| y_points | list | Y coordinate of points. | -| n_points | int | The number of points. | - - -## draw_polygon {#list-list-int} - -Draws a poligone. - - - -```python -def draw_polygon(self, x_points, y_points, n_points): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x_points | list | X coordinates of points. | -| y_points | list | Y coordinate of points. | -| n_points | int | The number of points. | - - - -### See Also -* module [`aspose.page.xps.presentation.ps`](../../) -* class [`PsDevice`](/page/python-net/aspose.page.xps.presentation.ps/psdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/draw_polyline/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/draw_polyline/_index.md deleted file mode 100644 index ff590bd6ec83..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/draw_polyline/_index.md +++ /dev/null @@ -1,52 +0,0 @@ ---- -title: draw_polyline method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 130 -url: /python-net/aspose.page.xps.presentation.ps/psdevice/draw_polyline/ -is_root: false ---- - -## draw_polyline {#list-list-int} - -Draws a polyline. - - - -```python -def draw_polyline(self, x_points, y_points, n_points): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x_points | list | X coordinates of points. | -| y_points | list | Y coordinate of points. | -| n_points | int | The number of points. | - - -## draw_polyline {#list-list-int} - -Draws a polyline. - - - -```python -def draw_polyline(self, x_points, y_points, n_points): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x_points | list | X coordinates of points. | -| y_points | list | Y coordinate of points. | -| n_points | int | The number of points. | - - - -### See Also -* module [`aspose.page.xps.presentation.ps`](../../) -* class [`PsDevice`](/page/python-net/aspose.page.xps.presentation.ps/psdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/draw_rect/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/draw_rect/_index.md deleted file mode 100644 index 0a1f56188286..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/draw_rect/_index.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -title: draw_rect method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 140 -url: /python-net/aspose.page.xps.presentation.ps/psdevice/draw_rect/ -is_root: false ---- - -## draw_rect {#float-float-float-float} - -Draws a rectangle. - - - -```python -def draw_rect(self, x, y, width, height): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x | float | X coordinate of upper left corner of the rectangle. | -| y | float | Y coordinate of upper left corner of the rectangle. | -| width | float | A width of the rectangle. | -| height | float | A height of the rectangle. | - - - -### See Also -* module [`aspose.page.xps.presentation.ps`](../../) -* class [`PsDevice`](/page/python-net/aspose.page.xps.presentation.ps/psdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/draw_round_rect/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/draw_round_rect/_index.md deleted file mode 100644 index ab618d7ba869..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/draw_round_rect/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: draw_round_rect method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 150 -url: /python-net/aspose.page.xps.presentation.ps/psdevice/draw_round_rect/ -is_root: false ---- - -## draw_round_rect {#float-float-float-float-float-float} - -Draws a round rectangle. - - - -```python -def draw_round_rect(self, x, y, width, height, arc_width, arc_height): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x | float | X coordinate of upper left corner of the rectangle. | -| y | float | Y coordinate of upper left corner of the rectangle. | -| width | float | A width of the rectangle. | -| height | float | A height of the rectangle. | -| arc_width | float | A width of circumscribed rectangle of the arc that rounds an angle of the rectangle. | -| arc_height | float | A height of circumscribed rectangle of the arc that rounds an angle of the rectangle. | - - - -### See Also -* module [`aspose.page.xps.presentation.ps`](../../) -* class [`PsDevice`](/page/python-net/aspose.page.xps.presentation.ps/psdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/draw_string/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/draw_string/_index.md deleted file mode 100644 index d457fac3680a..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/draw_string/_index.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -title: draw_string method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 160 -url: /python-net/aspose.page.xps.presentation.ps/psdevice/draw_string/ -is_root: false ---- - -## draw_string {#str-float-float} - -Draws a string at the specified position. - - - -```python -def draw_string(self, str, x, y): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| str | str | The text to be drawn. | -| x | float | The x-coordinate of the string position. | -| y | float | The y-coordinate of the string position. | - - - -### See Also -* module [`aspose.page.xps.presentation.ps`](../../) -* class [`PsDevice`](/page/python-net/aspose.page.xps.presentation.ps/psdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/end_document/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/end_document/_index.md deleted file mode 100644 index 44d32a6a14e0..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/end_document/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: end_document method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 170 -url: /python-net/aspose.page.xps.presentation.ps/psdevice/end_document/ -is_root: false ---- - -## end_document {#} - -Accomplishes the document. - - - -```python -def end_document(self): - ... -``` - - - - - -### See Also -* module [`aspose.page.xps.presentation.ps`](../../) -* class [`PsDevice`](/page/python-net/aspose.page.xps.presentation.ps/psdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/fill/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/fill/_index.md deleted file mode 100644 index 9bb4bcc1cd0b..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/fill/_index.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: fill method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 180 -url: /python-net/aspose.page.xps.presentation.ps/psdevice/fill/ -is_root: false ---- - -## fill {#aspose.pydrawing.drawing2d.GraphicsPath} - -Fills the specified path. - - - -```python -def fill(self, path): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| path | aspose.pydrawing.drawing2d.GraphicsPath | The path to fill. | - - - -### See Also -* module [`aspose.page.xps.presentation.ps`](../../) -* class [`PsDevice`](/page/python-net/aspose.page.xps.presentation.ps/psdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/fill_arc/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/fill_arc/_index.md deleted file mode 100644 index 1d25e4b6188a..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/fill_arc/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: fill_arc method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 190 -url: /python-net/aspose.page.xps.presentation.ps/psdevice/fill_arc/ -is_root: false ---- - -## fill_arc {#float-float-float-float-float-float} - -Fills an arc. - - - -```python -def fill_arc(self, x, y, width, height, start_angle, arc_angle): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x | float | X coordinate of center of the arc. | -| y | float | Y coordinate of center of the arc. | -| width | float | A width of circumscribed rectangle. | -| height | float | A height of circumscribed rectangle. | -| start_angle | float | A start angle of the arc. | -| arc_angle | float | An angle of the arc. | - - - -### See Also -* module [`aspose.page.xps.presentation.ps`](../../) -* class [`PsDevice`](/page/python-net/aspose.page.xps.presentation.ps/psdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/fill_oval/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/fill_oval/_index.md deleted file mode 100644 index 42cd91c11ac4..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/fill_oval/_index.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -title: fill_oval method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 200 -url: /python-net/aspose.page.xps.presentation.ps/psdevice/fill_oval/ -is_root: false ---- - -## fill_oval {#float-float-float-float} - -Fills an oval. - - - -```python -def fill_oval(self, x, y, width, height): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x | float | X coordinate of center of the oval. | -| y | float | Y coordinate of center of the oval. | -| width | float | A width of circumscribed rectangle. | -| height | float | A height of circumscribed rectangle. | - - - -### See Also -* module [`aspose.page.xps.presentation.ps`](../../) -* class [`PsDevice`](/page/python-net/aspose.page.xps.presentation.ps/psdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/fill_polygon/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/fill_polygon/_index.md deleted file mode 100644 index dcb26a339669..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/fill_polygon/_index.md +++ /dev/null @@ -1,52 +0,0 @@ ---- -title: fill_polygon method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 210 -url: /python-net/aspose.page.xps.presentation.ps/psdevice/fill_polygon/ -is_root: false ---- - -## fill_polygon {#list-list-int} - -Fills a poligone. - - - -```python -def fill_polygon(self, x_points, y_points, n_points): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x_points | list | X coordinates of points. | -| y_points | list | Y coordinate of points. | -| n_points | int | The number of points. | - - -## fill_polygon {#list-list-int} - -Fills a poligone. - - - -```python -def fill_polygon(self, x_points, y_points, n_points): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x_points | list | X coordinates of points. | -| y_points | list | Y coordinate of points. | -| n_points | int | The number of points. | - - - -### See Also -* module [`aspose.page.xps.presentation.ps`](../../) -* class [`PsDevice`](/page/python-net/aspose.page.xps.presentation.ps/psdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/fill_rect/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/fill_rect/_index.md deleted file mode 100644 index a8f5d07518ba..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/fill_rect/_index.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -title: fill_rect method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 220 -url: /python-net/aspose.page.xps.presentation.ps/psdevice/fill_rect/ -is_root: false ---- - -## fill_rect {#float-float-float-float} - -Fills a rectangle. - - - -```python -def fill_rect(self, x, y, width, height): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x | float | X coordinate of upper left corner of the rectangle. | -| y | float | Y coordinate of upper left corner of the rectangle. | -| width | float | A width of the rectangle. | -| height | float | A height of the rectangle. | - - - -### See Also -* module [`aspose.page.xps.presentation.ps`](../../) -* class [`PsDevice`](/page/python-net/aspose.page.xps.presentation.ps/psdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/fill_round_rect/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/fill_round_rect/_index.md deleted file mode 100644 index 00c862d21128..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/fill_round_rect/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: fill_round_rect method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 230 -url: /python-net/aspose.page.xps.presentation.ps/psdevice/fill_round_rect/ -is_root: false ---- - -## fill_round_rect {#float-float-float-float-float-float} - -Fills a round rectangle. - - - -```python -def fill_round_rect(self, x, y, width, height, arc_width, arc_height): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x | float | X coordinate of upper left corner of the rectangle. | -| y | float | Y coordinate of upper left corner of the rectangle. | -| width | float | A width of the rectangle. | -| height | float | A height of the rectangle. | -| arc_width | float | A width of circumscribed rectangle of the arc that rounds an angle of the rectangle. | -| arc_height | float | A height of circumscribed rectangle of the arc that rounds an angle of the rectangle. | - - - -### See Also -* module [`aspose.page.xps.presentation.ps`](../../) -* class [`PsDevice`](/page/python-net/aspose.page.xps.presentation.ps/psdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/get_property/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/get_property/_index.md deleted file mode 100644 index 0fe3dbc04237..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/get_property/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: get_property method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 240 -url: /python-net/aspose.page.xps.presentation.ps/psdevice/get_property/ -is_root: false ---- - -## get_property {#str} - -Gets a value of string property. - - -### Returns - - -The property value. - - -```python -def get_property(self, key): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| key | str | The name of property. | - - - -### See Also -* module [`aspose.page.xps.presentation.ps`](../../) -* class [`PsDevice`](/page/python-net/aspose.page.xps.presentation.ps/psdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/get_property_color/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/get_property_color/_index.md deleted file mode 100644 index 19ad7fe41352..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/get_property_color/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: get_property_color method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 250 -url: /python-net/aspose.page.xps.presentation.ps/psdevice/get_property_color/ -is_root: false ---- - -## get_property_color {#str} - -Gets a value of color property. - - -### Returns - - -The property value. - - -```python -def get_property_color(self, key): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| key | str | The name of property. | - - - -### See Also -* module [`aspose.page.xps.presentation.ps`](../../) -* class [`PsDevice`](/page/python-net/aspose.page.xps.presentation.ps/psdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/get_property_double/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/get_property_double/_index.md deleted file mode 100644 index 8559e64e5361..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/get_property_double/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: get_property_double method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 260 -url: /python-net/aspose.page.xps.presentation.ps/psdevice/get_property_double/ -is_root: false ---- - -## get_property_double {#str} - -Gets a value of double property. - - -### Returns - - -The property value. - - -```python -def get_property_double(self, key): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| key | str | The name of property. | - - - -### See Also -* module [`aspose.page.xps.presentation.ps`](../../) -* class [`PsDevice`](/page/python-net/aspose.page.xps.presentation.ps/psdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/get_property_int/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/get_property_int/_index.md deleted file mode 100644 index 8bb1e3799784..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/get_property_int/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: get_property_int method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 270 -url: /python-net/aspose.page.xps.presentation.ps/psdevice/get_property_int/ -is_root: false ---- - -## get_property_int {#str} - -Gets a value of integer property. - - -### Returns - - -The property value. - - -```python -def get_property_int(self, key): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| key | str | The name of property. | - - - -### See Also -* module [`aspose.page.xps.presentation.ps`](../../) -* class [`PsDevice`](/page/python-net/aspose.page.xps.presentation.ps/psdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/get_property_margins/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/get_property_margins/_index.md deleted file mode 100644 index 66fc776e054a..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/get_property_margins/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: get_property_margins method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 280 -url: /python-net/aspose.page.xps.presentation.ps/psdevice/get_property_margins/ -is_root: false ---- - -## get_property_margins {#str} - -Gets a value of margin property. - - -### Returns - - -The property value. - - -```python -def get_property_margins(self, key): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| key | str | The name of property. | - - - -### See Also -* module [`aspose.page.xps.presentation.ps`](../../) -* class [`PsDevice`](/page/python-net/aspose.page.xps.presentation.ps/psdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/get_property_rectangle/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/get_property_rectangle/_index.md deleted file mode 100644 index a8828fcd0464..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/get_property_rectangle/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: get_property_rectangle method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 290 -url: /python-net/aspose.page.xps.presentation.ps/psdevice/get_property_rectangle/ -is_root: false ---- - -## get_property_rectangle {#str} - -Gets a value of rectangle property. - - -### Returns - - -The property value. - - -```python -def get_property_rectangle(self, key): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| key | str | The name of property. | - - - -### See Also -* module [`aspose.page.xps.presentation.ps`](../../) -* class [`PsDevice`](/page/python-net/aspose.page.xps.presentation.ps/psdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/get_property_size/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/get_property_size/_index.md deleted file mode 100644 index e22cfa5ee47b..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/get_property_size/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: get_property_size method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 300 -url: /python-net/aspose.page.xps.presentation.ps/psdevice/get_property_size/ -is_root: false ---- - -## get_property_size {#str} - -Gets a value of size property. - - -### Returns - - -The property value. - - -```python -def get_property_size(self, key): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| key | str | The name of property. | - - - -### See Also -* module [`aspose.page.xps.presentation.ps`](../../) -* class [`PsDevice`](/page/python-net/aspose.page.xps.presentation.ps/psdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/get_transform/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/get_transform/_index.md deleted file mode 100644 index 297b9f7289de..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/get_transform/_index.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -title: get_transform method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 310 -url: /python-net/aspose.page.xps.presentation.ps/psdevice/get_transform/ -is_root: false ---- - -## get_transform {#} - -Returns the current transformation matrix. - - -### Returns - - -The current transformation matrix. - - -```python -def get_transform(self): - ... -``` - - - - - -### See Also -* module [`aspose.page.xps.presentation.ps`](../../) -* class [`PsDevice`](/page/python-net/aspose.page.xps.presentation.ps/psdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/init_clip/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/init_clip/_index.md deleted file mode 100644 index 5981063e05a3..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/init_clip/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: init_clip method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 320 -url: /python-net/aspose.page.xps.presentation.ps/psdevice/init_clip/ -is_root: false ---- - -## init_clip {#} - -Initializes clip of the device. - - - -```python -def init_clip(self): - ... -``` - - - - - -### See Also -* module [`aspose.page.xps.presentation.ps`](../../) -* class [`PsDevice`](/page/python-net/aspose.page.xps.presentation.ps/psdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/init_page_numbers/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/init_page_numbers/_index.md deleted file mode 100644 index 4c086caa41a2..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/init_page_numbers/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: init_page_numbers method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 330 -url: /python-net/aspose.page.xps.presentation.ps/psdevice/init_page_numbers/ -is_root: false ---- - -## init_page_numbers {#} - -Initializes numbers of pages to output. - - - -```python -def init_page_numbers(self): - ... -``` - - - - - -### See Also -* module [`aspose.page.xps.presentation.ps`](../../) -* class [`PsDevice`](/page/python-net/aspose.page.xps.presentation.ps/psdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/is_direct_rgb/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/is_direct_rgb/_index.md deleted file mode 100644 index 1df2efa59d51..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/is_direct_rgb/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: is_direct_rgb property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 560 -url: /python-net/aspose.page.xps.presentation.ps/psdevice/is_direct_rgb/ -is_root: false ---- - -## is_direct_rgb property - - -Indicates whether device uses direct RGB mode, that is RGB. -### Definition: -```python -@property -def is_direct_rgb(self): - ... -``` - -### See Also -* module [`aspose.page.xps.presentation.ps`](../../) -* class [`PsDevice`](/page/python-net/aspose.page.xps.presentation.ps/psdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/is_property/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/is_property/_index.md deleted file mode 100644 index e46917d41e0c..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/is_property/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: is_property method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 340 -url: /python-net/aspose.page.xps.presentation.ps/psdevice/is_property/ -is_root: false ---- - -## is_property {#str} - -Gets a value of boolean property. - - -### Returns - - -The property value. - - -```python -def is_property(self, key): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| key | str | The name of property. | - - - -### See Also -* module [`aspose.page.xps.presentation.ps`](../../) -* class [`PsDevice`](/page/python-net/aspose.page.xps.presentation.ps/psdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/opacity/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/opacity/_index.md deleted file mode 100644 index 17b1063f7f7d..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/opacity/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: opacity property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 570 -url: /python-net/aspose.page.xps.presentation.ps/psdevice/opacity/ -is_root: false ---- - -## opacity property - - -Gets/sets the opacity. -### Definition: -```python -@property -def opacity(self): - ... -@opacity.setter -def opacity(self, value): - ... -``` - -### See Also -* module [`aspose.page.xps.presentation.ps`](../../) -* class [`PsDevice`](/page/python-net/aspose.page.xps.presentation.ps/psdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/opacity_mask/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/opacity_mask/_index.md deleted file mode 100644 index 0078152c7325..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/opacity_mask/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: opacity_mask property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 580 -url: /python-net/aspose.page.xps.presentation.ps/psdevice/opacity_mask/ -is_root: false ---- - -## opacity_mask property - - -Gets/sets the brush for opacity mask. The mask applies over Paint or Strike. -### Definition: -```python -@property -def opacity_mask(self): - ... -@opacity_mask.setter -def opacity_mask(self, value): - ... -``` - -### See Also -* module [`aspose.page.xps.presentation.ps`](../../) -* class [`PsDevice`](/page/python-net/aspose.page.xps.presentation.ps/psdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/open_page/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/open_page/_index.md deleted file mode 100644 index b37995d6779a..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/open_page/_index.md +++ /dev/null @@ -1,61 +0,0 @@ ---- -title: open_page method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 350 -url: /python-net/aspose.page.xps.presentation.ps/psdevice/open_page/ -is_root: false ---- - -## open_page {#str} - -Starts a new page with the specifies title. - - -### Returns - - -`True` if started page is to be output (it's number is contained in PageNumbers save options). -`False`, otherwise. - - -```python -def open_page(self, title): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| title | str | The title. | - - -## open_page {#float-float} - -Starts a new page with the specified width and height. - - -### Returns - - -`True` if started page is to be output (it's number is contained in PageNumbers save options). -`False`, otherwise. - - -```python -def open_page(self, width, height): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| width | float | The width of the page. | -| height | float | The height of the page. | - - - -### See Also -* module [`aspose.page.xps.presentation.ps`](../../) -* class [`PsDevice`](/page/python-net/aspose.page.xps.presentation.ps/psdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/open_partition/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/open_partition/_index.md deleted file mode 100644 index 82c808f4d7d7..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/open_partition/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: open_partition method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 360 -url: /python-net/aspose.page.xps.presentation.ps/psdevice/open_partition/ -is_root: false ---- - -## open_partition {#} - -Starts a new document partition. - - - -```python -def open_partition(self): - ... -``` - - - - - -### See Also -* module [`aspose.page.xps.presentation.ps`](../../) -* class [`PsDevice`](/page/python-net/aspose.page.xps.presentation.ps/psdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/paint/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/paint/_index.md deleted file mode 100644 index f5dfa832b6e0..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/paint/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: paint property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 590 -url: /python-net/aspose.page.xps.presentation.ps/psdevice/paint/ -is_root: false ---- - -## paint property - - -Gets/sets the brush for filling paths. -### Definition: -```python -@property -def paint(self): - ... -@paint.setter -def paint(self, value): - ... -``` - -### See Also -* module [`aspose.page.xps.presentation.ps`](../../) -* class [`PsDevice`](/page/python-net/aspose.page.xps.presentation.ps/psdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/re_new/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/re_new/_index.md deleted file mode 100644 index 677f07a2668a..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/re_new/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: re_new method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 370 -url: /python-net/aspose.page.xps.presentation.ps/psdevice/re_new/ -is_root: false ---- - -## re_new {#} - -Sets the devices to the initial state. - - - -```python -def re_new(self): - ... -``` - - - - - -### See Also -* module [`aspose.page.xps.presentation.ps`](../../) -* class [`PsDevice`](/page/python-net/aspose.page.xps.presentation.ps/psdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/reset/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/reset/_index.md deleted file mode 100644 index 6af8892d1970..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/reset/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: reset method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 380 -url: /python-net/aspose.page.xps.presentation.ps/psdevice/reset/ -is_root: false ---- - -## reset {#} - -Resets the device. - - - -```python -def reset(self): - ... -``` - - - - - -### See Also -* module [`aspose.page.xps.presentation.ps`](../../) -* class [`PsDevice`](/page/python-net/aspose.page.xps.presentation.ps/psdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/rotate/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/rotate/_index.md deleted file mode 100644 index 52dcb9dda01a..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/rotate/_index.md +++ /dev/null @@ -1,50 +0,0 @@ ---- -title: rotate method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 390 -url: /python-net/aspose.page.xps.presentation.ps/psdevice/rotate/ -is_root: false ---- - -## rotate {#float} - -Applies a clockwise rotation about the origin to the current transformation matrix. - - - -```python -def rotate(self, theta): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| theta | float | The angle of the rotation, in radians. | - - -## rotate {#float-float-float} - -Rotate the current transformation matrix around a point. - - - -```python -def rotate(self, theta, x, y): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| theta | float | An angle of rotation in radians. | -| x | float | X coordinate of point. | -| y | float | Y coordinate of point. | - - - -### See Also -* module [`aspose.page.xps.presentation.ps`](../../) -* class [`PsDevice`](/page/python-net/aspose.page.xps.presentation.ps/psdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/scale/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/scale/_index.md deleted file mode 100644 index 2eb744912d7e..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/scale/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: scale method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 400 -url: /python-net/aspose.page.xps.presentation.ps/psdevice/scale/ -is_root: false ---- - -## scale {#float-float} - -Applies the specified scale vector to the current transformation matrix. - - - -```python -def scale(self, x, y): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x | float | The x scale factor. | -| y | float | The y scale factor. | - - - -### See Also -* module [`aspose.page.xps.presentation.ps`](../../) -* class [`PsDevice`](/page/python-net/aspose.page.xps.presentation.ps/psdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/set_clip/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/set_clip/_index.md deleted file mode 100644 index 893a695c185b..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/set_clip/_index.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: set_clip method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 410 -url: /python-net/aspose.page.xps.presentation.ps/psdevice/set_clip/ -is_root: false ---- - -## set_clip {#aspose.pydrawing.drawing2d.GraphicsPath} - -Adds the specified path to the current clip path. - - - -```python -def set_clip(self, clip_path): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| clip_path | aspose.pydrawing.drawing2d.GraphicsPath | The clip path to be added. | - - - -### See Also -* module [`aspose.page.xps.presentation.ps`](../../) -* class [`PsDevice`](/page/python-net/aspose.page.xps.presentation.ps/psdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/set_hyperlink_target/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/set_hyperlink_target/_index.md deleted file mode 100644 index 139ee6537db1..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/set_hyperlink_target/_index.md +++ /dev/null @@ -1,48 +0,0 @@ ---- -title: set_hyperlink_target method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 420 -url: /python-net/aspose.page.xps.presentation.ps/psdevice/set_hyperlink_target/ -is_root: false ---- - -## set_hyperlink_target {#str} - -Sets the hyperlink with an external URI as its target. - - - -```python -def set_hyperlink_target(self, target_uri): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| target_uri | str | The target external URI. | - - -## set_hyperlink_target {#int} - -Sets the hyperlink with a page number as its target. - - - -```python -def set_hyperlink_target(self, target_page_number): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| target_page_number | int | The target page number. | - - - -### See Also -* module [`aspose.page.xps.presentation.ps`](../../) -* class [`PsDevice`](/page/python-net/aspose.page.xps.presentation.ps/psdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/set_transform/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/set_transform/_index.md deleted file mode 100644 index 6a58b417cdf7..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/set_transform/_index.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: set_transform method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 430 -url: /python-net/aspose.page.xps.presentation.ps/psdevice/set_transform/ -is_root: false ---- - -## set_transform {#aspose.pydrawing.drawing2d.Matrix} - -Sets the current transformation matrix. - - - -```python -def set_transform(self, transform): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| transform | aspose.pydrawing.drawing2d.Matrix | The new transformation matrix. | - - - -### See Also -* module [`aspose.page.xps.presentation.ps`](../../) -* class [`PsDevice`](/page/python-net/aspose.page.xps.presentation.ps/psdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/shear/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/shear/_index.md deleted file mode 100644 index e4112601a342..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/shear/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: shear method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 440 -url: /python-net/aspose.page.xps.presentation.ps/psdevice/shear/ -is_root: false ---- - -## shear {#float-float} - -Applies the specified shear vector to the current transformation matrix. - - - -```python -def shear(self, shx, shy): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| shx | float | The x shear factor. | -| shy | float | The y shear factor. | - - - -### See Also -* module [`aspose.page.xps.presentation.ps`](../../) -* class [`PsDevice`](/page/python-net/aspose.page.xps.presentation.ps/psdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/size/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/size/_index.md deleted file mode 100644 index 1d274a7fa076..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/size/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: size property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 600 -url: /python-net/aspose.page.xps.presentation.ps/psdevice/size/ -is_root: false ---- - -## size property - - -Gets/sets the device media size. -### Definition: -```python -@property -def size(self): - ... -@size.setter -def size(self, value): - ... -``` - -### See Also -* module [`aspose.page.xps.presentation.ps`](../../) -* class [`PsDevice`](/page/python-net/aspose.page.xps.presentation.ps/psdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/start_document/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/start_document/_index.md deleted file mode 100644 index b23a28a44342..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/start_document/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: start_document method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 450 -url: /python-net/aspose.page.xps.presentation.ps/psdevice/start_document/ -is_root: false ---- - -## start_document {#} - -Starts the document. - - - -```python -def start_document(self): - ... -``` - - - - - -### See Also -* module [`aspose.page.xps.presentation.ps`](../../) -* class [`PsDevice`](/page/python-net/aspose.page.xps.presentation.ps/psdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/stroke/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/stroke/_index.md deleted file mode 100644 index af2ff5735f5b..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/stroke/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: stroke property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 610 -url: /python-net/aspose.page.xps.presentation.ps/psdevice/stroke/ -is_root: false ---- - -## stroke property - - -Gets/sets the stroke for drawing paths. -### Definition: -```python -@property -def stroke(self): - ... -@stroke.setter -def stroke(self, value): - ... -``` - -### See Also -* module [`aspose.page.xps.presentation.ps`](../../) -* class [`PsDevice`](/page/python-net/aspose.page.xps.presentation.ps/psdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/text_rendering_mode/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/text_rendering_mode/_index.md deleted file mode 100644 index cf7f6e4b605b..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/text_rendering_mode/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: text_rendering_mode property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 620 -url: /python-net/aspose.page.xps.presentation.ps/psdevice/text_rendering_mode/ -is_root: false ---- - -## text_rendering_mode property - - -Returns or specifies current text rendering mode. -### Definition: -```python -@property -def text_rendering_mode(self): - ... -@text_rendering_mode.setter -def text_rendering_mode(self, value): - ... -``` - -### See Also -* module [`aspose.page.xps.presentation.ps`](../../) -* class [`PsDevice`](/page/python-net/aspose.page.xps.presentation.ps/psdevice) -* class [`TextRenderingMode`](/page/python-net/aspose.page/textrenderingmode) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/text_stroke_width/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/text_stroke_width/_index.md deleted file mode 100644 index 222cfebb3cb9..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/text_stroke_width/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: text_stroke_width property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 630 -url: /python-net/aspose.page.xps.presentation.ps/psdevice/text_stroke_width/ -is_root: false ---- - -## text_stroke_width property - - -Returns or specifies current text stroke width. -### Definition: -```python -@property -def text_stroke_width(self): - ... -@text_stroke_width.setter -def text_stroke_width(self, value): - ... -``` - -### See Also -* module [`aspose.page.xps.presentation.ps`](../../) -* class [`PsDevice`](/page/python-net/aspose.page.xps.presentation.ps/psdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/transform/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/transform/_index.md deleted file mode 100644 index ae6312b59bbf..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/transform/_index.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: transform method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 460 -url: /python-net/aspose.page.xps.presentation.ps/psdevice/transform/ -is_root: false ---- - -## transform {#aspose.pydrawing.drawing2d.Matrix} - -Multiplies the current transformation matrix by the specified Matrix. - - - -```python -def transform(self, transform): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| transform | aspose.pydrawing.drawing2d.Matrix | The matrix by which the current transformation matrix is to be multiplied. | - - - -### See Also -* module [`aspose.page.xps.presentation.ps`](../../) -* class [`PsDevice`](/page/python-net/aspose.page.xps.presentation.ps/psdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/translate/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/translate/_index.md deleted file mode 100644 index 5b1a97f3c2f2..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/translate/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: translate method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 470 -url: /python-net/aspose.page.xps.presentation.ps/psdevice/translate/ -is_root: false ---- - -## translate {#float-float} - -Applies the specified translation vector to the current transformation matrix. - - - -```python -def translate(self, x, y): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x | float | The x offset. | -| y | float | The y offset. | - - - -### See Also -* module [`aspose.page.xps.presentation.ps`](../../) -* class [`PsDevice`](/page/python-net/aspose.page.xps.presentation.ps/psdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/update_page_parameters/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/update_page_parameters/_index.md deleted file mode 100644 index 432b8e2092ff..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/update_page_parameters/_index.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: update_page_parameters method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 480 -url: /python-net/aspose.page.xps.presentation.ps/psdevice/update_page_parameters/ -is_root: false ---- - -## update_page_parameters {#aspose.page.IMultiPageDevice} - -Updates the current page parameters. - - - -```python -def update_page_parameters(self, device): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| device | [`IMultiPageDevice`](/page/python-net/aspose.page/imultipagedevice) | The multipage device. | - - - -### See Also -* module [`aspose.page.xps.presentation.ps`](../../) -* class [`PsDevice`](/page/python-net/aspose.page.xps.presentation.ps/psdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/version/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/version/_index.md deleted file mode 100644 index 93eab5b998e4..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/version/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: version property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 640 -url: /python-net/aspose.page.xps.presentation.ps/psdevice/version/ -is_root: false ---- - -## version property - - -Current device version. - -### See Also -* module [`aspose.page.xps.presentation.ps`](../../) -* class [`PsDevice`](/page/python-net/aspose.page.xps.presentation.ps/psdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/write_comment/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/write_comment/_index.md deleted file mode 100644 index 7c6b1dfa8d52..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps.presentation.ps/psdevice/write_comment/_index.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: write_comment method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 490 -url: /python-net/aspose.page.xps.presentation.ps/psdevice/write_comment/ -is_root: false ---- - -## write_comment {#str} - -Writes a comment. - - - -```python -def write_comment(self, comment): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| comment | str | A comment to be written. | - - - -### See Also -* module [`aspose.page.xps.presentation.ps`](../../) -* class [`PsDevice`](/page/python-net/aspose.page.xps.presentation.ps/psdevice) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps/_index.md index e946cee15b2d..3c366c2a9e2b 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps/_index.md @@ -19,3 +19,9 @@ The **Aspose.Page.XPS** is a root namespace for all classes that deal with XPS | [`XpsLoadOptions`](/page/python-net/aspose.page.xps/xpsloadoptions) | XPS document loading options. | +### Enumerations +| Enumeration | Description | +| :- | :- | +| [`ImageMode`](/page/python-net/aspose.page.xps/imagemode) | Lists the options of fitting image within a box. | + + diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps/documentutils/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps/documentutils/_index.md index 76fefd1cc29f..884ad9e11c94 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps/documentutils/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps/documentutils/_index.md @@ -26,6 +26,7 @@ The DocumentUtils type exposes the following members: | [create_regular_circumscribed_n_gon](/page/python-net/aspose.page.xps/documentutils/create_regular_circumscribed_n_gon/#int-aspose.pydrawing.PointF-float) | Creates a path geometry representing a regular n-gon circumscribed around a circle. | | [create_pie_slice](/page/python-net/aspose.page.xps/documentutils/create_pie_slice/#aspose.pydrawing.PointF-float-float-float) | Creates a path geometry representing a circle slice between two radial rays. | | [create_circular_segment](/page/python-net/aspose.page.xps/documentutils/create_circular_segment/#aspose.pydrawing.PointF-float-float-float) | Creates a path geometry representing a circular segment between two angles. | +| [create_image](/page/python-net/aspose.page.xps/documentutils/create_image/#str-aspose.pydrawing.RectangleF-aspose.page.xps.ImageMode) | Creates a rectangular path filled with an image. | diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps/documentutils/create_image/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps/documentutils/create_image/_index.md new file mode 100644 index 000000000000..46e4d415ed1a --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps/documentutils/create_image/_index.md @@ -0,0 +1,39 @@ +--- +title: create_image method +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 50 +url: /python-net/aspose.page.xps/documentutils/create_image/ +is_root: false +--- + +## create_image {#str-aspose.pydrawing.RectangleF-aspose.page.xps.ImageMode} + +Creates a rectangular path filled with an image. + + +### Returns + + +The XPS path. + + +```python +def create_image(self, file_name, image_box, mode): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| file_name | str | The name of the image file. | +| image_box | aspose.pydrawing.RectangleF | The image box to fill with the image. | +| mode | [`ImageMode`](/page/python-net/aspose.page.xps/imagemode) | Image fit mode. | + + + +### See Also +* module [`aspose.page.xps`](../../) +* class [`DocumentUtils`](/page/python-net/aspose.page.xps/documentutils) +* class [`XpsPath`](/page/python-net/aspose.page.xps.xpsmodel/xpspath) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps/documentutils/create_pie_slice/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps/documentutils/create_pie_slice/_index.md index 684533a8e8ab..d732e8719957 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps/documentutils/create_pie_slice/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps/documentutils/create_pie_slice/_index.md @@ -3,7 +3,7 @@ title: create_pie_slice method second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 50 +weight: 60 url: /python-net/aspose.page.xps/documentutils/create_pie_slice/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps/documentutils/create_rectangle/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps/documentutils/create_rectangle/_index.md index 96c978c3354f..792524f81c4c 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps/documentutils/create_rectangle/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps/documentutils/create_rectangle/_index.md @@ -3,7 +3,7 @@ title: create_rectangle method second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 60 +weight: 70 url: /python-net/aspose.page.xps/documentutils/create_rectangle/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps/documentutils/create_regular_circumscribed_n_gon/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps/documentutils/create_regular_circumscribed_n_gon/_index.md index c93e3324dd4d..3df3e6bb6e1e 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps/documentutils/create_regular_circumscribed_n_gon/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps/documentutils/create_regular_circumscribed_n_gon/_index.md @@ -3,7 +3,7 @@ title: create_regular_circumscribed_n_gon method second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 70 +weight: 80 url: /python-net/aspose.page.xps/documentutils/create_regular_circumscribed_n_gon/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps/documentutils/create_regular_inscribed_n_gon/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps/documentutils/create_regular_inscribed_n_gon/_index.md index 6a904622fb22..94ccca3be96c 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps/documentutils/create_regular_inscribed_n_gon/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps/documentutils/create_regular_inscribed_n_gon/_index.md @@ -3,7 +3,7 @@ title: create_regular_inscribed_n_gon method second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 80 +weight: 90 url: /python-net/aspose.page.xps/documentutils/create_regular_inscribed_n_gon/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps/imagemode/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps/imagemode/_index.md new file mode 100644 index 000000000000..29a1ed43503a --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps/imagemode/_index.md @@ -0,0 +1,29 @@ +--- +title: ImageMode enumeration +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 50 +url: /python-net/aspose.page.xps/imagemode/ +is_root: false +--- + +## ImageMode enumeration + +Lists the options of fitting image within a box. + + + +The ImageMode type exposes the following members: + +### Fields +| Field | Description | +| :- | :- | +| FIT_TO_WIDTH | The image fits to width. | +| FIT_TO_HEIGHT | The image fits to height. | +| FIT_TO_BOX | The image fits to box. | + + + +### See Also +* module [`aspose.page.xps`](..) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/_index.md index 96a0ec3ed076..6e2668ade39b 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/_index.md @@ -50,8 +50,13 @@ The XpsDocument type exposes the following members: | [save](/page/python-net/aspose.page.xps/xpsdocument/save/#str) | Saves XPS document to XPS file located at the `path`. | | [save](/page/python-net/aspose.page.xps/xpsdocument/save/#io.RawIOBase) | Saves XPS document to stream. | | [save](/page/python-net/aspose.page.xps/xpsdocument/save/#aspose.page.Device-aspose.page.SaveOptions) | Saves the document using the [`Device`](/page/python-net/aspose.page/device) instance. | +| [save_as_pdf](/page/python-net/aspose.page.xps/xpsdocument/save_as_pdf/#str-aspose.page.xps.presentation.pdf.PdfSaveOptions) | Saves the document in PDF format. | +| [save_as_pdf](/page/python-net/aspose.page.xps/xpsdocument/save_as_pdf/#io.RawIOBase-aspose.page.xps.presentation.pdf.PdfSaveOptions) | Saves the document in PDF format. | | [merge](/page/python-net/aspose.page.xps/xpsdocument/merge/#list-aspose.page.Device-aspose.page.SaveOptions) | Merging XPS documents to PDF using the [`Device`](/page/python-net/aspose.page/device) instance. | +| [merge](/page/python-net/aspose.page.xps/xpsdocument/merge/#list-str) | Merging several XPS files to one XPS document. | | [merge](/page/python-net/aspose.page.xps/xpsdocument/merge/#list-io.RawIOBase) | Merging several XPS files to one XPS document. | +| [merge_to_pdf](/page/python-net/aspose.page.xps/xpsdocument/merge_to_pdf/#io.RawIOBase-list-aspose.page.SaveOptions) | Merging XPS documents to PDF using the [`Device`](/page/python-net/aspose.page/device) instance. | +| [merge_to_pdf](/page/python-net/aspose.page.xps/xpsdocument/merge_to_pdf/#str-list-aspose.page.SaveOptions) | Merging XPS documents to PDF using the [`Device`](/page/python-net/aspose.page/device) instance. | | [add_canvas](/page/python-net/aspose.page.xps/xpsdocument/add_canvas/#aspose.page.xps.xpsmodel.XpsCanvas) | Adds a canvas | | [add_canvas](/page/python-net/aspose.page.xps/xpsdocument/add_canvas/#) | Adds a new canvas to the active page. | | [add_path](/page/python-net/aspose.page.xps/xpsdocument/add_path/#aspose.page.xps.xpsmodel.XpsPath) | Adds a path element | @@ -103,6 +108,8 @@ The XpsDocument type exposes the following members: | [create_font](/page/python-net/aspose.page.xps/xpsdocument/create_font/#io.RawIOBase) | Creates a new TrueType font resource out of stream. | | [select_active_document](/page/python-net/aspose.page.xps/xpsdocument/select_active_document/#int) | Selects an active document for editing. | | [select_active_page](/page/python-net/aspose.page.xps/xpsdocument/select_active_page/#int) | Selects an active document page for editing. | +| [save_as_image](/page/python-net/aspose.page.xps/xpsdocument/save_as_image/#aspose.page.xps.presentation.image.ImageSaveOptions) | Saves the document in a bitmap image format. | +| [save_as_ps](/page/python-net/aspose.page.xps/xpsdocument/save_as_ps/#io.RawIOBase-aspose.page.eps.device.PsSaveOptions) | Saves the document in PS format. | | [get_document_print_ticket](/page/python-net/aspose.page.xps/xpsdocument/get_document_print_ticket/#int) | Returns the print ticket of the document indexed by `document_index`. | | [set_document_print_ticket](/page/python-net/aspose.page.xps/xpsdocument/set_document_print_ticket/#int-aspose.page.xps.xpsmetadata.DocumentPrintTicket) | Links the `print_ticket` to the document indexed by `document_index`. | | [get_page_print_ticket](/page/python-net/aspose.page.xps/xpsdocument/get_page_print_ticket/#int-int) | Returns the print ticket of the page indexed by `page_index`
in the document indexed by `document_index`. | diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/active_document/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/active_document/_index.md index a77a8b73c28d..9e5500573716 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/active_document/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/active_document/_index.md @@ -3,7 +3,7 @@ title: active_document property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 460 +weight: 500 url: /python-net/aspose.page.xps/xpsdocument/active_document/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/active_page/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/active_page/_index.md index 701969591971..ebed244bec5a 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/active_page/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/active_page/_index.md @@ -3,7 +3,7 @@ title: active_page property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 470 +weight: 510 url: /python-net/aspose.page.xps/xpsdocument/active_page/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/document_count/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/document_count/_index.md index a1677b9513d4..ce8dceb87b4b 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/document_count/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/document_count/_index.md @@ -3,7 +3,7 @@ title: document_count property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 480 +weight: 520 url: /python-net/aspose.page.xps/xpsdocument/document_count/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/job_print_ticket/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/job_print_ticket/_index.md index 0e6dee3bf84f..8ac0dac96c59 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/job_print_ticket/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/job_print_ticket/_index.md @@ -3,7 +3,7 @@ title: job_print_ticket property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 490 +weight: 530 url: /python-net/aspose.page.xps/xpsdocument/job_print_ticket/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/merge/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/merge/_index.md index af95c1ffac28..7c984faff461 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/merge/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/merge/_index.md @@ -8,6 +8,24 @@ url: /python-net/aspose.page.xps/xpsdocument/merge/ is_root: false --- +## merge {#list-str} + +Merging several XPS files to one XPS document. + + + +```python +def merge(self, files_for_merge, out_xps_file_path): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| files_for_merge | list | XPS files for merging with this document. | +| out_xps_file_path | str | An output Xps file path. | + + ## merge {#list-io.RawIOBase} Merging several XPS files to one XPS document. diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/merge_to_pdf/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/merge_to_pdf/_index.md new file mode 100644 index 000000000000..066ef58ac580 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/merge_to_pdf/_index.md @@ -0,0 +1,53 @@ +--- +title: merge_to_pdf method +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 360 +url: /python-net/aspose.page.xps/xpsdocument/merge_to_pdf/ +is_root: false +--- + +## merge_to_pdf {#io.RawIOBase-list-aspose.page.SaveOptions} + +Merging XPS documents to PDF using the [`Device`](/page/python-net/aspose.page/device) instance. + + + +```python +def merge_to_pdf(self, pdf_stream, files_for_merge, options): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| pdf_stream | io.RawIOBase | An output PDF stream. | +| files_for_merge | list | XPS files for merging with this document to an output device. | +| options | [`SaveOptions`](/page/python-net/aspose.page/saveoptions) | Document saving options. | + + +## merge_to_pdf {#str-list-aspose.page.SaveOptions} + +Merging XPS documents to PDF using the [`Device`](/page/python-net/aspose.page/device) instance. + + + +```python +def merge_to_pdf(self, out_pdf_file_path, files_for_merge, options): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| out_pdf_file_path | str | An output PDF file path. | +| files_for_merge | list | XPS files for merging with this document to an output device. | +| options | [`SaveOptions`](/page/python-net/aspose.page/saveoptions) | Document saving options. | + + + +### See Also +* module [`aspose.page.xps`](../../) +* class [`Device`](/page/python-net/aspose.page/device) +* class [`XpsDocument`](/page/python-net/aspose.page.xps/xpsdocument) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/page/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/page/_index.md index b64bc3a6b6c0..fda32223deb3 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/page/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/page/_index.md @@ -3,7 +3,7 @@ title: page property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 500 +weight: 540 url: /python-net/aspose.page.xps/xpsdocument/page/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/page_count/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/page_count/_index.md index 553467f9ef0d..6d7663031094 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/page_count/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/page_count/_index.md @@ -3,7 +3,7 @@ title: page_count property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 510 +weight: 550 url: /python-net/aspose.page.xps/xpsdocument/page_count/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/remove_at/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/remove_at/_index.md index 724cdcc13723..5824398d6f62 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/remove_at/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/remove_at/_index.md @@ -3,7 +3,7 @@ title: remove_at method second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 360 +weight: 370 url: /python-net/aspose.page.xps/xpsdocument/remove_at/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/remove_document_at/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/remove_document_at/_index.md index 8f261ac94c32..6acda6030022 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/remove_document_at/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/remove_document_at/_index.md @@ -3,7 +3,7 @@ title: remove_document_at method second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 370 +weight: 380 url: /python-net/aspose.page.xps/xpsdocument/remove_document_at/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/remove_page/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/remove_page/_index.md index 9fe2e1193e4c..a4379e060469 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/remove_page/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/remove_page/_index.md @@ -3,7 +3,7 @@ title: remove_page method second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 380 +weight: 390 url: /python-net/aspose.page.xps/xpsdocument/remove_page/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/remove_page_at/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/remove_page_at/_index.md index bf3d16d34151..119509586788 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/remove_page_at/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/remove_page_at/_index.md @@ -3,7 +3,7 @@ title: remove_page_at method second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 390 +weight: 400 url: /python-net/aspose.page.xps/xpsdocument/remove_page_at/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/save/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/save/_index.md index 6414160b996d..8a1f9ee57fa7 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/save/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/save/_index.md @@ -3,7 +3,7 @@ title: save method second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 400 +weight: 410 url: /python-net/aspose.page.xps/xpsdocument/save/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/save_as_image/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/save_as_image/_index.md new file mode 100644 index 000000000000..bb568f94891d --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/save_as_image/_index.md @@ -0,0 +1,37 @@ +--- +title: save_as_image method +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 420 +url: /python-net/aspose.page.xps/xpsdocument/save_as_image/ +is_root: false +--- + +## save_as_image {#aspose.page.xps.presentation.image.ImageSaveOptions} + +Saves the document in a bitmap image format. + + +### Returns + + +The resulting images byte arrays. The first dimension is for inner documents +and the second one is for pages within inner documents. + + +```python +def save_as_image(self, options): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| options | aspose.page.xps.presentation.image.ImageSaveOptions | Options for saving the document in a bitmap image format. | + + + +### See Also +* module [`aspose.page.xps`](../../) +* class [`XpsDocument`](/page/python-net/aspose.page.xps/xpsdocument) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/save_as_pdf/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/save_as_pdf/_index.md new file mode 100644 index 000000000000..a9ba8f7aa0d8 --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/save_as_pdf/_index.md @@ -0,0 +1,50 @@ +--- +title: save_as_pdf method +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 430 +url: /python-net/aspose.page.xps/xpsdocument/save_as_pdf/ +is_root: false +--- + +## save_as_pdf {#str-aspose.page.xps.presentation.pdf.PdfSaveOptions} + +Saves the document in PDF format. + + + +```python +def save_as_pdf(self, out_pdf_file_path, options): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| out_pdf_file_path | str | An output PDF file path. | +| options | aspose.page.xps.presentation.pdf.PdfSaveOptions | Options for saving the document in PDF format. | + + +## save_as_pdf {#io.RawIOBase-aspose.page.xps.presentation.pdf.PdfSaveOptions} + +Saves the document in PDF format. + + + +```python +def save_as_pdf(self, stream, options): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| stream | io.RawIOBase | The stream to write the output PDF file to. | +| options | aspose.page.xps.presentation.pdf.PdfSaveOptions | Options for saving the document in PDF format. | + + + +### See Also +* module [`aspose.page.xps`](../../) +* class [`XpsDocument`](/page/python-net/aspose.page.xps/xpsdocument) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/save_as_ps/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/save_as_ps/_index.md new file mode 100644 index 000000000000..e47b9062fbbb --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/save_as_ps/_index.md @@ -0,0 +1,32 @@ +--- +title: save_as_ps method +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 440 +url: /python-net/aspose.page.xps/xpsdocument/save_as_ps/ +is_root: false +--- + +## save_as_ps {#io.RawIOBase-aspose.page.eps.device.PsSaveOptions} + +Saves the document in PS format. + + + +```python +def save_as_ps(self, stream, options): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| stream | io.RawIOBase | The stream to write the output PS file to. | +| options | aspose.page.eps.device.PsSaveOptions | Options for saving the document in PS format. | + + + +### See Also +* module [`aspose.page.xps`](../../) +* class [`XpsDocument`](/page/python-net/aspose.page.xps/xpsdocument) diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/select_active_document/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/select_active_document/_index.md index f0982c6d4a5d..3a2000589a7a 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/select_active_document/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/select_active_document/_index.md @@ -3,7 +3,7 @@ title: select_active_document method second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 410 +weight: 450 url: /python-net/aspose.page.xps/xpsdocument/select_active_document/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/select_active_page/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/select_active_page/_index.md index a1dfeda645dc..a0eb86e879f8 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/select_active_page/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/select_active_page/_index.md @@ -3,7 +3,7 @@ title: select_active_page method second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 420 +weight: 460 url: /python-net/aspose.page.xps/xpsdocument/select_active_page/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/set_document_print_ticket/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/set_document_print_ticket/_index.md index 7d1cf845d6ce..341acacf8abd 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/set_document_print_ticket/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/set_document_print_ticket/_index.md @@ -3,7 +3,7 @@ title: set_document_print_ticket method second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 430 +weight: 470 url: /python-net/aspose.page.xps/xpsdocument/set_document_print_ticket/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/set_page_print_ticket/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/set_page_print_ticket/_index.md index 0f8dce6f3989..dbbe468b30d3 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/set_page_print_ticket/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/set_page_print_ticket/_index.md @@ -3,7 +3,7 @@ title: set_page_print_ticket method second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 440 +weight: 480 url: /python-net/aspose.page.xps/xpsdocument/set_page_print_ticket/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/total_page_count/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/total_page_count/_index.md index 25d9d9e9d3c6..e8ed6ced3e88 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/total_page_count/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/total_page_count/_index.md @@ -3,7 +3,7 @@ title: total_page_count property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 520 +weight: 560 url: /python-net/aspose.page.xps/xpsdocument/total_page_count/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/utils/_index.md b/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/utils/_index.md index cefa1a3e58d4..6635ed4190d1 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/utils/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page.xps/xpsdocument/utils/_index.md @@ -3,7 +3,7 @@ title: utils property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 530 +weight: 570 url: /python-net/aspose.page.xps/xpsdocument/utils/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/_index.md index 8a9afe4a24d0..085e3a708d12 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page/_index.md @@ -17,11 +17,10 @@ The **Aspose.Page** is a root namespace for all classes of Aspose.Page library | [`Device`](/page/python-net/aspose.page/device) | This class encapsulates rendering of document to abstract device.
Rendering of the document is performed page by page. | | [`Document`](/page/python-net/aspose.page/document) | A superclass for all encapsulated documents. | | [`ExternalFontCache`](/page/python-net/aspose.page/externalfontcache) | Use this class to obtain font encapsulation in a form that is accepted by [`Device`](/page/python-net/aspose.page/device). | -| [`GraphicsFactory`](/page/python-net/aspose.page/graphicsfactory) | This class statically creates common graphics objects. | +| [`GraphicsFactory`](/page/python-net/aspose.page/graphicsfactory) | | | [`IGlyph`](/page/python-net/aspose.page/iglyph) | This interface give access to main parameters of glyphs. | | [`IMultiPageDevice`](/page/python-net/aspose.page/imultipagedevice) | This interface contains methods for manipulating multi-paged device. | | [`IStreamable`](/page/python-net/aspose.page/istreamable) | This interface is used for dervices that renders document to a stream. | -| [`ITrFont`](/page/python-net/aspose.page/itrfont) | This interface gives access to main parameters of font. | | [`License`](/page/python-net/aspose.page/license) | Provides methods to license the component. | | [`Margins`](/page/python-net/aspose.page/margins) | This class encapsulates top, left, bottom and right margins. | | [`Metered`](/page/python-net/aspose.page/metered) | Provides methods to set metered key. | diff --git a/content/sites/aspose/page/english/python-net/aspose.page/device/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/device/_index.md index 794692fb5551..62ec93fc1041 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page/device/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page/device/_index.md @@ -1,88 +1,22 @@ ---- -title: Device class -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 20 -url: /python-net/aspose.page/device/ -is_root: false +--- +title: Device class +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 20 +url: /python-net/aspose.page/device/ +is_root: false --- - + ## Device class - -This class encapsulates rendering of document to abstract device. + +This class encapsulates rendering of document to abstract device. Rendering of the document is performed page by page. - + The Device type exposes the following members: - -### Properties -| Property | Description | -| :- | :- | -| [creator](/page/python-net/aspose.page/device/creator) | Returns or specifies creator of resulting device output. | -| [size](/page/python-net/aspose.page/device/size) | Returns or specifies a size of the page. | -| [is_direct_rgb](/page/python-net/aspose.page/device/is_direct_rgb) | Indicates whether device uses direct RGB mode, that is RGB. | -| [background](/page/python-net/aspose.page/device/background) | Returns or specifies current background of the page. | -| [opacity](/page/python-net/aspose.page/device/opacity) | Returns or specifies current opacity. | -| [stroke](/page/python-net/aspose.page/device/stroke) | Returns or specifies current stroke. | -| [paint](/page/python-net/aspose.page/device/paint) | Returns or specifies current paint. | -| [opacity_mask](/page/python-net/aspose.page/device/opacity_mask) | Returns or specifies current opacity mask. | -| [char_tm](/page/python-net/aspose.page/device/char_tm) | Returns or specifies current characters transform. | -| [text_rendering_mode](/page/python-net/aspose.page/device/text_rendering_mode) | Returns or specifies current text rendering mode. | -| [text_stroke_width](/page/python-net/aspose.page/device/text_stroke_width) | Returns or specifies current text stroke width. | -| [version](/page/python-net/aspose.page/device/version) | Current device version. | - - -### Methods -| Method | Description | -| :- | :- | -| [rotate](/page/python-net/aspose.page/device/rotate/#float) | Rotate the current transformation matrix. Calls writeTransform(Transform).
Rotating with a positive angle theta rotates points on the positive x axis
toward the positive y axis. | -| [rotate](/page/python-net/aspose.page/device/rotate/#float-float-float) | Rotate the current transformation matrix around a point. | -| [draw_polyline](/page/python-net/aspose.page/device/draw_polyline/#list-list-int) | Draws a polyline. | -| [draw_polyline](/page/python-net/aspose.page/device/draw_polyline/#list-list-int) | Draws a polyline. | -| [draw_polygon](/page/python-net/aspose.page/device/draw_polygon/#list-list-int) | Draws a polygon. | -| [draw_polygon](/page/python-net/aspose.page/device/draw_polygon/#list-list-int) | Draws a poligone. | -| [fill_polygon](/page/python-net/aspose.page/device/fill_polygon/#list-list-int) | Fills a poligone. | -| [fill_polygon](/page/python-net/aspose.page/device/fill_polygon/#list-list-int) | Fills a poligone. | -| [re_new](/page/python-net/aspose.page/device/re_new/#) | Reset device to initial state for whole document. Used for reseting output stream. | -| [get_property](/page/python-net/aspose.page/device/get_property/#str) | Gets a value of string property. | -| [get_property_color](/page/python-net/aspose.page/device/get_property_color/#str) | Gets a value of color property. | -| [get_property_rectangle](/page/python-net/aspose.page/device/get_property_rectangle/#str) | Gets a value of rectangle property. | -| [get_property_margins](/page/python-net/aspose.page/device/get_property_margins/#str) | Gets a value of margin property. | -| [get_property_size](/page/python-net/aspose.page/device/get_property_size/#str) | Gets a value of size property. | -| [get_property_int](/page/python-net/aspose.page/device/get_property_int/#str) | Gets a value of integer property. | -| [get_property_double](/page/python-net/aspose.page/device/get_property_double/#str) | Gets a value of double property. | -| [is_property](/page/python-net/aspose.page/device/is_property/#str) | Gets a value of boolean property. | -| [create](/page/python-net/aspose.page/device/create/#) | Creates a copy of this device. | -| [set_transform](/page/python-net/aspose.page/device/set_transform/#aspose.pydrawing.drawing2d.Matrix) | Specifies current transform. | -| [get_transform](/page/python-net/aspose.page/device/get_transform/#) | Gets current transform. | -| [transform](/page/python-net/aspose.page/device/transform/#aspose.pydrawing.drawing2d.Matrix) | Transforms the current transformation matrix. Calls writeTransform(Transform) | -| [translate](/page/python-net/aspose.page/device/translate/#float-float) | Translates the current transformation matrix. Calls writeTransform(Transform). | -| [scale](/page/python-net/aspose.page/device/scale/#float-float) | Scales the current transformation matrix. Calls writeTransform(Transform). | -| [shear](/page/python-net/aspose.page/device/shear/#float-float) | Shears the current transformation matrix. Calls writeTransform(Transform). | -| [init_clip](/page/python-net/aspose.page/device/init_clip/#) | Initializes clip of the device. | -| [set_clip](/page/python-net/aspose.page/device/set_clip/#aspose.pydrawing.drawing2d.GraphicsPath) | Specifies the clip of the device. | -| [draw](/page/python-net/aspose.page/device/draw/#aspose.pydrawing.drawing2d.GraphicsPath) | Draws a path. | -| [fill](/page/python-net/aspose.page/device/fill/#aspose.pydrawing.drawing2d.GraphicsPath) | Fills a path. | -| [draw_string](/page/python-net/aspose.page/device/draw_string/#str-float-float) | Draws a string at given point. | -| [draw_image](/page/python-net/aspose.page/device/draw_image/#aspose.pydrawing.Bitmap-aspose.pydrawing.drawing2d.Matrix-aspose.pydrawing.Color) | Draws an image with assigned transform and background. | -| [start_document](/page/python-net/aspose.page/device/start_document/#) | Makes necessary preparation of device before start rendering of document. | -| [end_document](/page/python-net/aspose.page/device/end_document/#) | Makes necessary preparation of device after the document has been rendered. | -| [dispose](/page/python-net/aspose.page/device/dispose/#) | Disposes the device. | -| [reset](/page/python-net/aspose.page/device/reset/#) | Reset the device to initial state for a page. | -| [write_comment](/page/python-net/aspose.page/device/write_comment/#str) | Writes a comment. | -| [draw_arc](/page/python-net/aspose.page/device/draw_arc/#float-float-float-float-float-float) | Draws an arc. | -| [draw_line](/page/python-net/aspose.page/device/draw_line/#float-float-float-float) | Draws a line segment. | -| [draw_oval](/page/python-net/aspose.page/device/draw_oval/#float-float-float-float) | Draws an oval. | -| [draw_rect](/page/python-net/aspose.page/device/draw_rect/#float-float-float-float) | Draws a rectangle. | -| [draw_round_rect](/page/python-net/aspose.page/device/draw_round_rect/#float-float-float-float-float-float) | Draws a round rectangle. | -| [fill_arc](/page/python-net/aspose.page/device/fill_arc/#float-float-float-float-float-float) | Fills an arc. | -| [fill_oval](/page/python-net/aspose.page/device/fill_oval/#float-float-float-float) | Fills an oval. | -| [fill_rect](/page/python-net/aspose.page/device/fill_rect/#float-float-float-float) | Fills a rectangle. | -| [fill_round_rect](/page/python-net/aspose.page/device/fill_round_rect/#float-float-float-float-float-float) | Fills a round rectangle. | - - -### See Also -* module [`aspose.page`](..) + +### See Also +* module [`aspose.page`](..) diff --git a/content/sites/aspose/page/english/python-net/aspose.page/device/background/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/device/background/_index.md deleted file mode 100644 index 49fa434906a2..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page/device/background/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: background property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 430 -url: /python-net/aspose.page/device/background/ -is_root: false ---- - -## background property - - -Returns or specifies current background of the page. -### Definition: -```python -@property -def background(self): - ... -@background.setter -def background(self, value): - ... -``` - -### See Also -* module [`aspose.page`](../../) -* class [`Device`](/page/python-net/aspose.page/device) diff --git a/content/sites/aspose/page/english/python-net/aspose.page/device/char_tm/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/device/char_tm/_index.md deleted file mode 100644 index 42e920b3ac21..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page/device/char_tm/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: char_tm property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 440 -url: /python-net/aspose.page/device/char_tm/ -is_root: false ---- - -## char_tm property - - -Returns or specifies current characters transform. -### Definition: -```python -@property -def char_tm(self): - ... -@char_tm.setter -def char_tm(self, value): - ... -``` - -### See Also -* module [`aspose.page`](../../) -* class [`Device`](/page/python-net/aspose.page/device) diff --git a/content/sites/aspose/page/english/python-net/aspose.page/device/create/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/device/create/_index.md deleted file mode 100644 index c792516a93bd..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page/device/create/_index.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -title: create method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 20 -url: /python-net/aspose.page/device/create/ -is_root: false ---- - -## create {#} - -Creates a copy of this device. - - -### Returns - - -Copy of this device. - - -```python -def create(self): - ... -``` - - - - - -### See Also -* module [`aspose.page`](../../) -* class [`Device`](/page/python-net/aspose.page/device) diff --git a/content/sites/aspose/page/english/python-net/aspose.page/device/creator/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/device/creator/_index.md deleted file mode 100644 index 505c6bcf1fdc..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page/device/creator/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: creator property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 450 -url: /python-net/aspose.page/device/creator/ -is_root: false ---- - -## creator property - - -Returns or specifies creator of resulting device output. -### Definition: -```python -@property -def creator(self): - ... -@creator.setter -def creator(self, value): - ... -``` - -### See Also -* module [`aspose.page`](../../) -* class [`Device`](/page/python-net/aspose.page/device) diff --git a/content/sites/aspose/page/english/python-net/aspose.page/device/dispose/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/device/dispose/_index.md deleted file mode 100644 index 06139291ce41..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page/device/dispose/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: dispose method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 30 -url: /python-net/aspose.page/device/dispose/ -is_root: false ---- - -## dispose {#} - -Disposes the device. - - - -```python -def dispose(self): - ... -``` - - - - - -### See Also -* module [`aspose.page`](../../) -* class [`Device`](/page/python-net/aspose.page/device) diff --git a/content/sites/aspose/page/english/python-net/aspose.page/device/draw/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/device/draw/_index.md deleted file mode 100644 index 58eccad9c069..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page/device/draw/_index.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: draw method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 40 -url: /python-net/aspose.page/device/draw/ -is_root: false ---- - -## draw {#aspose.pydrawing.drawing2d.GraphicsPath} - -Draws a path. - - - -```python -def draw(self, path): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| path | aspose.pydrawing.drawing2d.GraphicsPath | A path to be drawn. | - - - -### See Also -* module [`aspose.page`](../../) -* class [`Device`](/page/python-net/aspose.page/device) diff --git a/content/sites/aspose/page/english/python-net/aspose.page/device/draw_arc/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/device/draw_arc/_index.md deleted file mode 100644 index 931e636c10fd..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page/device/draw_arc/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: draw_arc method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 50 -url: /python-net/aspose.page/device/draw_arc/ -is_root: false ---- - -## draw_arc {#float-float-float-float-float-float} - -Draws an arc. - - - -```python -def draw_arc(self, x, y, width, height, start_angle, arc_angle): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x | float | X coordinate of center of the arc. | -| y | float | Y coordinate of center of the arc. | -| width | float | A width of circumscribed rectangle. | -| height | float | A height of circumscribed rectangle. | -| start_angle | float | A start angle of the arc. | -| arc_angle | float | An angle of the arc. | - - - -### See Also -* module [`aspose.page`](../../) -* class [`Device`](/page/python-net/aspose.page/device) diff --git a/content/sites/aspose/page/english/python-net/aspose.page/device/draw_image/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/device/draw_image/_index.md deleted file mode 100644 index e45df5a78eae..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page/device/draw_image/_index.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -title: draw_image method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 60 -url: /python-net/aspose.page/device/draw_image/ -is_root: false ---- - -## draw_image {#aspose.pydrawing.Bitmap-aspose.pydrawing.drawing2d.Matrix-aspose.pydrawing.Color} - -Draws an image with assigned transform and background. - - - -```python -def draw_image(self, image, transform, bkg): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| image | aspose.pydrawing.Bitmap | An image to be drawn. | -| transform | aspose.pydrawing.drawing2d.Matrix | A transform. | -| bkg | aspose.pydrawing.Color | A background color. | - - - -### See Also -* module [`aspose.page`](../../) -* class [`Device`](/page/python-net/aspose.page/device) diff --git a/content/sites/aspose/page/english/python-net/aspose.page/device/draw_line/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/device/draw_line/_index.md deleted file mode 100644 index b7335c612f76..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page/device/draw_line/_index.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -title: draw_line method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 70 -url: /python-net/aspose.page/device/draw_line/ -is_root: false ---- - -## draw_line {#float-float-float-float} - -Draws a line segment. - - - -```python -def draw_line(self, x1, y1, x2, y2): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x1 | float | X coordinate of the beginning of segment. | -| y1 | float | Y coordinate of the beginning of segment. | -| x2 | float | X coordinate of the end of segment. | -| y2 | float | Y coordinate of the end of segment. | - - - -### See Also -* module [`aspose.page`](../../) -* class [`Device`](/page/python-net/aspose.page/device) diff --git a/content/sites/aspose/page/english/python-net/aspose.page/device/draw_oval/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/device/draw_oval/_index.md deleted file mode 100644 index a330a28a476a..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page/device/draw_oval/_index.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -title: draw_oval method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 80 -url: /python-net/aspose.page/device/draw_oval/ -is_root: false ---- - -## draw_oval {#float-float-float-float} - -Draws an oval. - - - -```python -def draw_oval(self, x, y, width, height): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x | float | X coordinate of center of the oval. | -| y | float | Y coordinate of center of the oval. | -| width | float | A width of circumscribed rectangle. | -| height | float | A height of circumscribed rectangle. | - - - -### See Also -* module [`aspose.page`](../../) -* class [`Device`](/page/python-net/aspose.page/device) diff --git a/content/sites/aspose/page/english/python-net/aspose.page/device/draw_polygon/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/device/draw_polygon/_index.md deleted file mode 100644 index 81987e3706c0..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page/device/draw_polygon/_index.md +++ /dev/null @@ -1,52 +0,0 @@ ---- -title: draw_polygon method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 90 -url: /python-net/aspose.page/device/draw_polygon/ -is_root: false ---- - -## draw_polygon {#list-list-int} - -Draws a polygon. - - - -```python -def draw_polygon(self, x_points, y_points, n_points): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x_points | list | X coordinates of points. | -| y_points | list | Y coordinate of points. | -| n_points | int | The number of points. | - - -## draw_polygon {#list-list-int} - -Draws a poligone. - - - -```python -def draw_polygon(self, x_points, y_points, n_points): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x_points | list | X coordinates of points. | -| y_points | list | Y coordinate of points. | -| n_points | int | The number of points. | - - - -### See Also -* module [`aspose.page`](../../) -* class [`Device`](/page/python-net/aspose.page/device) diff --git a/content/sites/aspose/page/english/python-net/aspose.page/device/draw_polyline/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/device/draw_polyline/_index.md deleted file mode 100644 index 494cde729796..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page/device/draw_polyline/_index.md +++ /dev/null @@ -1,52 +0,0 @@ ---- -title: draw_polyline method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 100 -url: /python-net/aspose.page/device/draw_polyline/ -is_root: false ---- - -## draw_polyline {#list-list-int} - -Draws a polyline. - - - -```python -def draw_polyline(self, x_points, y_points, n_points): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x_points | list | X coordinates of points. | -| y_points | list | Y coordinate of points. | -| n_points | int | The number of points. | - - -## draw_polyline {#list-list-int} - -Draws a polyline. - - - -```python -def draw_polyline(self, x_points, y_points, n_points): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x_points | list | X coordinates of points. | -| y_points | list | Y coordinate of points. | -| n_points | int | The number of points. | - - - -### See Also -* module [`aspose.page`](../../) -* class [`Device`](/page/python-net/aspose.page/device) diff --git a/content/sites/aspose/page/english/python-net/aspose.page/device/draw_rect/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/device/draw_rect/_index.md deleted file mode 100644 index 248148fbf8f1..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page/device/draw_rect/_index.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -title: draw_rect method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 110 -url: /python-net/aspose.page/device/draw_rect/ -is_root: false ---- - -## draw_rect {#float-float-float-float} - -Draws a rectangle. - - - -```python -def draw_rect(self, x, y, width, height): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x | float | X coordinate of upper left corner of the rectangle. | -| y | float | Y coordinate of upper left corner of the rectangle. | -| width | float | A width of the rectangle. | -| height | float | A height of the rectangle. | - - - -### See Also -* module [`aspose.page`](../../) -* class [`Device`](/page/python-net/aspose.page/device) diff --git a/content/sites/aspose/page/english/python-net/aspose.page/device/draw_round_rect/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/device/draw_round_rect/_index.md deleted file mode 100644 index 7079e77d5622..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page/device/draw_round_rect/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: draw_round_rect method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 120 -url: /python-net/aspose.page/device/draw_round_rect/ -is_root: false ---- - -## draw_round_rect {#float-float-float-float-float-float} - -Draws a round rectangle. - - - -```python -def draw_round_rect(self, x, y, width, height, arc_width, arc_height): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x | float | X coordinate of upper left corner of the rectangle. | -| y | float | Y coordinate of upper left corner of the rectangle. | -| width | float | A width of the rectangle. | -| height | float | A height of the rectangle. | -| arc_width | float | A width of circumscribed rectangle of the arc that rounds an angle of the rectangle. | -| arc_height | float | A height of circumscribed rectangle of the arc that rounds an angle of the rectangle. | - - - -### See Also -* module [`aspose.page`](../../) -* class [`Device`](/page/python-net/aspose.page/device) diff --git a/content/sites/aspose/page/english/python-net/aspose.page/device/draw_string/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/device/draw_string/_index.md deleted file mode 100644 index 6abad16bbd59..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page/device/draw_string/_index.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -title: draw_string method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 130 -url: /python-net/aspose.page/device/draw_string/ -is_root: false ---- - -## draw_string {#str-float-float} - -Draws a string at given point. - - - -```python -def draw_string(self, str, x, y): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| str | str | A string to be drawn. | -| x | float | X coordinate of point. | -| y | float | Y coordinate of point. | - - - -### See Also -* module [`aspose.page`](../../) -* class [`Device`](/page/python-net/aspose.page/device) diff --git a/content/sites/aspose/page/english/python-net/aspose.page/device/end_document/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/device/end_document/_index.md deleted file mode 100644 index d0ada4c3805c..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page/device/end_document/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: end_document method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 140 -url: /python-net/aspose.page/device/end_document/ -is_root: false ---- - -## end_document {#} - -Makes necessary preparation of device after the document has been rendered. - - - -```python -def end_document(self): - ... -``` - - - - - -### See Also -* module [`aspose.page`](../../) -* class [`Device`](/page/python-net/aspose.page/device) diff --git a/content/sites/aspose/page/english/python-net/aspose.page/device/fill/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/device/fill/_index.md deleted file mode 100644 index 58041988c7c0..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page/device/fill/_index.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: fill method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 150 -url: /python-net/aspose.page/device/fill/ -is_root: false ---- - -## fill {#aspose.pydrawing.drawing2d.GraphicsPath} - -Fills a path. - - - -```python -def fill(self, path): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| path | aspose.pydrawing.drawing2d.GraphicsPath | A path to be filled. | - - - -### See Also -* module [`aspose.page`](../../) -* class [`Device`](/page/python-net/aspose.page/device) diff --git a/content/sites/aspose/page/english/python-net/aspose.page/device/fill_arc/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/device/fill_arc/_index.md deleted file mode 100644 index 43a3a3c617ec..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page/device/fill_arc/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: fill_arc method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 160 -url: /python-net/aspose.page/device/fill_arc/ -is_root: false ---- - -## fill_arc {#float-float-float-float-float-float} - -Fills an arc. - - - -```python -def fill_arc(self, x, y, width, height, start_angle, arc_angle): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x | float | X coordinate of center of the arc. | -| y | float | Y coordinate of center of the arc. | -| width | float | A width of circumscribed rectangle. | -| height | float | A height of circumscribed rectangle. | -| start_angle | float | A start angle of the arc. | -| arc_angle | float | An angle of the arc. | - - - -### See Also -* module [`aspose.page`](../../) -* class [`Device`](/page/python-net/aspose.page/device) diff --git a/content/sites/aspose/page/english/python-net/aspose.page/device/fill_oval/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/device/fill_oval/_index.md deleted file mode 100644 index 65930e227e2a..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page/device/fill_oval/_index.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -title: fill_oval method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 170 -url: /python-net/aspose.page/device/fill_oval/ -is_root: false ---- - -## fill_oval {#float-float-float-float} - -Fills an oval. - - - -```python -def fill_oval(self, x, y, width, height): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x | float | X coordinate of center of the oval. | -| y | float | Y coordinate of center of the oval. | -| width | float | A width of circumscribed rectangle. | -| height | float | A height of circumscribed rectangle. | - - - -### See Also -* module [`aspose.page`](../../) -* class [`Device`](/page/python-net/aspose.page/device) diff --git a/content/sites/aspose/page/english/python-net/aspose.page/device/fill_polygon/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/device/fill_polygon/_index.md deleted file mode 100644 index 986b6c78e6ff..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page/device/fill_polygon/_index.md +++ /dev/null @@ -1,52 +0,0 @@ ---- -title: fill_polygon method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 180 -url: /python-net/aspose.page/device/fill_polygon/ -is_root: false ---- - -## fill_polygon {#list-list-int} - -Fills a poligone. - - - -```python -def fill_polygon(self, x_points, y_points, n_points): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x_points | list | X coordinates of points. | -| y_points | list | Y coordinate of points. | -| n_points | int | The number of points. | - - -## fill_polygon {#list-list-int} - -Fills a poligone. - - - -```python -def fill_polygon(self, x_points, y_points, n_points): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x_points | list | X coordinates of points. | -| y_points | list | Y coordinate of points. | -| n_points | int | The number of points. | - - - -### See Also -* module [`aspose.page`](../../) -* class [`Device`](/page/python-net/aspose.page/device) diff --git a/content/sites/aspose/page/english/python-net/aspose.page/device/fill_rect/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/device/fill_rect/_index.md deleted file mode 100644 index 336624060469..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page/device/fill_rect/_index.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -title: fill_rect method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 190 -url: /python-net/aspose.page/device/fill_rect/ -is_root: false ---- - -## fill_rect {#float-float-float-float} - -Fills a rectangle. - - - -```python -def fill_rect(self, x, y, width, height): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x | float | X coordinate of upper left corner of the rectangle. | -| y | float | Y coordinate of upper left corner of the rectangle. | -| width | float | A width of the rectangle. | -| height | float | A height of the rectangle. | - - - -### See Also -* module [`aspose.page`](../../) -* class [`Device`](/page/python-net/aspose.page/device) diff --git a/content/sites/aspose/page/english/python-net/aspose.page/device/fill_round_rect/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/device/fill_round_rect/_index.md deleted file mode 100644 index 657b1c824cad..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page/device/fill_round_rect/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: fill_round_rect method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 200 -url: /python-net/aspose.page/device/fill_round_rect/ -is_root: false ---- - -## fill_round_rect {#float-float-float-float-float-float} - -Fills a round rectangle. - - - -```python -def fill_round_rect(self, x, y, width, height, arc_width, arc_height): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x | float | X coordinate of upper left corner of the rectangle. | -| y | float | Y coordinate of upper left corner of the rectangle. | -| width | float | A width of the rectangle. | -| height | float | A height of the rectangle. | -| arc_width | float | A width of circumscribed rectangle of the arc that rounds an angle of the rectangle. | -| arc_height | float | A height of circumscribed rectangle of the arc that rounds an angle of the rectangle. | - - - -### See Also -* module [`aspose.page`](../../) -* class [`Device`](/page/python-net/aspose.page/device) diff --git a/content/sites/aspose/page/english/python-net/aspose.page/device/get_property/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/device/get_property/_index.md deleted file mode 100644 index 92b88973d68e..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page/device/get_property/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: get_property method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 210 -url: /python-net/aspose.page/device/get_property/ -is_root: false ---- - -## get_property {#str} - -Gets a value of string property. - - -### Returns - - -The property value. - - -```python -def get_property(self, key): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| key | str | The name of property. | - - - -### See Also -* module [`aspose.page`](../../) -* class [`Device`](/page/python-net/aspose.page/device) diff --git a/content/sites/aspose/page/english/python-net/aspose.page/device/get_property_color/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/device/get_property_color/_index.md deleted file mode 100644 index 9aa4489e4409..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page/device/get_property_color/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: get_property_color method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 220 -url: /python-net/aspose.page/device/get_property_color/ -is_root: false ---- - -## get_property_color {#str} - -Gets a value of color property. - - -### Returns - - -The property value. - - -```python -def get_property_color(self, key): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| key | str | The name of property. | - - - -### See Also -* module [`aspose.page`](../../) -* class [`Device`](/page/python-net/aspose.page/device) diff --git a/content/sites/aspose/page/english/python-net/aspose.page/device/get_property_double/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/device/get_property_double/_index.md deleted file mode 100644 index 88c5b3520ce7..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page/device/get_property_double/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: get_property_double method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 230 -url: /python-net/aspose.page/device/get_property_double/ -is_root: false ---- - -## get_property_double {#str} - -Gets a value of double property. - - -### Returns - - -The property value. - - -```python -def get_property_double(self, key): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| key | str | The name of property. | - - - -### See Also -* module [`aspose.page`](../../) -* class [`Device`](/page/python-net/aspose.page/device) diff --git a/content/sites/aspose/page/english/python-net/aspose.page/device/get_property_int/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/device/get_property_int/_index.md deleted file mode 100644 index ea763f177c97..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page/device/get_property_int/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: get_property_int method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 240 -url: /python-net/aspose.page/device/get_property_int/ -is_root: false ---- - -## get_property_int {#str} - -Gets a value of integer property. - - -### Returns - - -The property value. - - -```python -def get_property_int(self, key): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| key | str | The name of property. | - - - -### See Also -* module [`aspose.page`](../../) -* class [`Device`](/page/python-net/aspose.page/device) diff --git a/content/sites/aspose/page/english/python-net/aspose.page/device/get_property_margins/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/device/get_property_margins/_index.md deleted file mode 100644 index 4819ad34ed77..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page/device/get_property_margins/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: get_property_margins method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 250 -url: /python-net/aspose.page/device/get_property_margins/ -is_root: false ---- - -## get_property_margins {#str} - -Gets a value of margin property. - - -### Returns - - -The property value. - - -```python -def get_property_margins(self, key): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| key | str | The name of property. | - - - -### See Also -* module [`aspose.page`](../../) -* class [`Device`](/page/python-net/aspose.page/device) diff --git a/content/sites/aspose/page/english/python-net/aspose.page/device/get_property_rectangle/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/device/get_property_rectangle/_index.md deleted file mode 100644 index daa78efcca57..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page/device/get_property_rectangle/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: get_property_rectangle method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 260 -url: /python-net/aspose.page/device/get_property_rectangle/ -is_root: false ---- - -## get_property_rectangle {#str} - -Gets a value of rectangle property. - - -### Returns - - -The property value. - - -```python -def get_property_rectangle(self, key): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| key | str | The name of property. | - - - -### See Also -* module [`aspose.page`](../../) -* class [`Device`](/page/python-net/aspose.page/device) diff --git a/content/sites/aspose/page/english/python-net/aspose.page/device/get_property_size/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/device/get_property_size/_index.md deleted file mode 100644 index 175f1c724b4f..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page/device/get_property_size/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: get_property_size method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 270 -url: /python-net/aspose.page/device/get_property_size/ -is_root: false ---- - -## get_property_size {#str} - -Gets a value of size property. - - -### Returns - - -The property value. - - -```python -def get_property_size(self, key): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| key | str | The name of property. | - - - -### See Also -* module [`aspose.page`](../../) -* class [`Device`](/page/python-net/aspose.page/device) diff --git a/content/sites/aspose/page/english/python-net/aspose.page/device/get_transform/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/device/get_transform/_index.md deleted file mode 100644 index 305aeaa771ee..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page/device/get_transform/_index.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -title: get_transform method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 280 -url: /python-net/aspose.page/device/get_transform/ -is_root: false ---- - -## get_transform {#} - -Gets current transform. - - -### Returns - - -Current transform - - -```python -def get_transform(self): - ... -``` - - - - - -### See Also -* module [`aspose.page`](../../) -* class [`Device`](/page/python-net/aspose.page/device) diff --git a/content/sites/aspose/page/english/python-net/aspose.page/device/init_clip/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/device/init_clip/_index.md deleted file mode 100644 index e04b3456eb9e..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page/device/init_clip/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: init_clip method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 290 -url: /python-net/aspose.page/device/init_clip/ -is_root: false ---- - -## init_clip {#} - -Initializes clip of the device. - - - -```python -def init_clip(self): - ... -``` - - - - - -### See Also -* module [`aspose.page`](../../) -* class [`Device`](/page/python-net/aspose.page/device) diff --git a/content/sites/aspose/page/english/python-net/aspose.page/device/is_direct_rgb/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/device/is_direct_rgb/_index.md deleted file mode 100644 index 025fb69e8a03..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page/device/is_direct_rgb/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: is_direct_rgb property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 460 -url: /python-net/aspose.page/device/is_direct_rgb/ -is_root: false ---- - -## is_direct_rgb property - - -Indicates whether device uses direct RGB mode, that is RGB. -### Definition: -```python -@property -def is_direct_rgb(self): - ... -``` - -### See Also -* module [`aspose.page`](../../) -* class [`Device`](/page/python-net/aspose.page/device) diff --git a/content/sites/aspose/page/english/python-net/aspose.page/device/is_property/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/device/is_property/_index.md deleted file mode 100644 index a3f439782029..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page/device/is_property/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: is_property method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 300 -url: /python-net/aspose.page/device/is_property/ -is_root: false ---- - -## is_property {#str} - -Gets a value of boolean property. - - -### Returns - - -The property value. - - -```python -def is_property(self, key): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| key | str | The name of property. | - - - -### See Also -* module [`aspose.page`](../../) -* class [`Device`](/page/python-net/aspose.page/device) diff --git a/content/sites/aspose/page/english/python-net/aspose.page/device/opacity/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/device/opacity/_index.md deleted file mode 100644 index edba85bfa6dd..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page/device/opacity/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: opacity property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 470 -url: /python-net/aspose.page/device/opacity/ -is_root: false ---- - -## opacity property - - -Returns or specifies current opacity. -### Definition: -```python -@property -def opacity(self): - ... -@opacity.setter -def opacity(self, value): - ... -``` - -### See Also -* module [`aspose.page`](../../) -* class [`Device`](/page/python-net/aspose.page/device) diff --git a/content/sites/aspose/page/english/python-net/aspose.page/device/opacity_mask/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/device/opacity_mask/_index.md deleted file mode 100644 index 769efa8084df..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page/device/opacity_mask/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: opacity_mask property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 480 -url: /python-net/aspose.page/device/opacity_mask/ -is_root: false ---- - -## opacity_mask property - - -Returns or specifies current opacity mask. -### Definition: -```python -@property -def opacity_mask(self): - ... -@opacity_mask.setter -def opacity_mask(self, value): - ... -``` - -### See Also -* module [`aspose.page`](../../) -* class [`Device`](/page/python-net/aspose.page/device) diff --git a/content/sites/aspose/page/english/python-net/aspose.page/device/paint/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/device/paint/_index.md deleted file mode 100644 index 80009c6a2451..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page/device/paint/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: paint property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 490 -url: /python-net/aspose.page/device/paint/ -is_root: false ---- - -## paint property - - -Returns or specifies current paint. -### Definition: -```python -@property -def paint(self): - ... -@paint.setter -def paint(self, value): - ... -``` - -### See Also -* module [`aspose.page`](../../) -* class [`Device`](/page/python-net/aspose.page/device) diff --git a/content/sites/aspose/page/english/python-net/aspose.page/device/re_new/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/device/re_new/_index.md deleted file mode 100644 index ae3e8be09bd8..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page/device/re_new/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: re_new method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 310 -url: /python-net/aspose.page/device/re_new/ -is_root: false ---- - -## re_new {#} - -Reset device to initial state for whole document. Used for reseting output stream. - - - -```python -def re_new(self): - ... -``` - - - - - -### See Also -* module [`aspose.page`](../../) -* class [`Device`](/page/python-net/aspose.page/device) diff --git a/content/sites/aspose/page/english/python-net/aspose.page/device/reset/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/device/reset/_index.md deleted file mode 100644 index 3bf1e85f636a..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page/device/reset/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: reset method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 320 -url: /python-net/aspose.page/device/reset/ -is_root: false ---- - -## reset {#} - -Reset the device to initial state for a page. - - - -```python -def reset(self): - ... -``` - - - - - -### See Also -* module [`aspose.page`](../../) -* class [`Device`](/page/python-net/aspose.page/device) diff --git a/content/sites/aspose/page/english/python-net/aspose.page/device/rotate/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/device/rotate/_index.md deleted file mode 100644 index 8d31650c839d..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page/device/rotate/_index.md +++ /dev/null @@ -1,52 +0,0 @@ ---- -title: rotate method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 330 -url: /python-net/aspose.page/device/rotate/ -is_root: false ---- - -## rotate {#float} - -Rotate the current transformation matrix. Calls writeTransform(Transform). -Rotating with a positive angle theta rotates points on the positive x axis -toward the positive y axis. - - - -```python -def rotate(self, theta): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| theta | float | Angle in radians over which to rotate. | - - -## rotate {#float-float-float} - -Rotate the current transformation matrix around a point. - - - -```python -def rotate(self, theta, x, y): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| theta | float | An angle of rotation in radians. | -| x | float | X coordinate of point. | -| y | float | Y coordinate of point. | - - - -### See Also -* module [`aspose.page`](../../) -* class [`Device`](/page/python-net/aspose.page/device) diff --git a/content/sites/aspose/page/english/python-net/aspose.page/device/scale/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/device/scale/_index.md deleted file mode 100644 index 8a7944d8fe9b..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page/device/scale/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: scale method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 340 -url: /python-net/aspose.page/device/scale/ -is_root: false ---- - -## scale {#float-float} - -Scales the current transformation matrix. Calls writeTransform(Transform). - - - -```python -def scale(self, x, y): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x | float | A scale in X axis. | -| y | float | A scale in Y axis. | - - - -### See Also -* module [`aspose.page`](../../) -* class [`Device`](/page/python-net/aspose.page/device) diff --git a/content/sites/aspose/page/english/python-net/aspose.page/device/set_clip/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/device/set_clip/_index.md deleted file mode 100644 index 5eafbddf9ce7..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page/device/set_clip/_index.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: set_clip method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 350 -url: /python-net/aspose.page/device/set_clip/ -is_root: false ---- - -## set_clip {#aspose.pydrawing.drawing2d.GraphicsPath} - -Specifies the clip of the device. - - - -```python -def set_clip(self, clip_path): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| clip_path | aspose.pydrawing.drawing2d.GraphicsPath | A clipping path. | - - - -### See Also -* module [`aspose.page`](../../) -* class [`Device`](/page/python-net/aspose.page/device) diff --git a/content/sites/aspose/page/english/python-net/aspose.page/device/set_transform/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/device/set_transform/_index.md deleted file mode 100644 index 570bc1fd2e24..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page/device/set_transform/_index.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: set_transform method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 360 -url: /python-net/aspose.page/device/set_transform/ -is_root: false ---- - -## set_transform {#aspose.pydrawing.drawing2d.Matrix} - -Specifies current transform. - - - -```python -def set_transform(self, transform): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| transform | aspose.pydrawing.drawing2d.Matrix | A transform. | - - - -### See Also -* module [`aspose.page`](../../) -* class [`Device`](/page/python-net/aspose.page/device) diff --git a/content/sites/aspose/page/english/python-net/aspose.page/device/shear/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/device/shear/_index.md deleted file mode 100644 index 7dbe7138d99f..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page/device/shear/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: shear method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 370 -url: /python-net/aspose.page/device/shear/ -is_root: false ---- - -## shear {#float-float} - -Shears the current transformation matrix. Calls writeTransform(Transform). - - - -```python -def shear(self, shx, shy): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| shx | float | A shear in X axis. | -| shy | float | A shear in Y axis. | - - - -### See Also -* module [`aspose.page`](../../) -* class [`Device`](/page/python-net/aspose.page/device) diff --git a/content/sites/aspose/page/english/python-net/aspose.page/device/start_document/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/device/start_document/_index.md deleted file mode 100644 index af92c0403346..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page/device/start_document/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: start_document method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 380 -url: /python-net/aspose.page/device/start_document/ -is_root: false ---- - -## start_document {#} - -Makes necessary preparation of device before start rendering of document. - - - -```python -def start_document(self): - ... -``` - - - - - -### See Also -* module [`aspose.page`](../../) -* class [`Device`](/page/python-net/aspose.page/device) diff --git a/content/sites/aspose/page/english/python-net/aspose.page/device/stroke/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/device/stroke/_index.md deleted file mode 100644 index 3728706f1f97..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page/device/stroke/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: stroke property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 510 -url: /python-net/aspose.page/device/stroke/ -is_root: false ---- - -## stroke property - - -Returns or specifies current stroke. -### Definition: -```python -@property -def stroke(self): - ... -@stroke.setter -def stroke(self, value): - ... -``` - -### See Also -* module [`aspose.page`](../../) -* class [`Device`](/page/python-net/aspose.page/device) diff --git a/content/sites/aspose/page/english/python-net/aspose.page/device/text_rendering_mode/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/device/text_rendering_mode/_index.md deleted file mode 100644 index ea458a9786c2..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page/device/text_rendering_mode/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: text_rendering_mode property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 520 -url: /python-net/aspose.page/device/text_rendering_mode/ -is_root: false ---- - -## text_rendering_mode property - - -Returns or specifies current text rendering mode. -### Definition: -```python -@property -def text_rendering_mode(self): - ... -@text_rendering_mode.setter -def text_rendering_mode(self, value): - ... -``` - -### See Also -* module [`aspose.page`](../../) -* class [`Device`](/page/python-net/aspose.page/device) -* class [`TextRenderingMode`](/page/python-net/aspose.page/textrenderingmode) diff --git a/content/sites/aspose/page/english/python-net/aspose.page/device/text_stroke_width/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/device/text_stroke_width/_index.md deleted file mode 100644 index 04ef50271bc7..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page/device/text_stroke_width/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: text_stroke_width property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 530 -url: /python-net/aspose.page/device/text_stroke_width/ -is_root: false ---- - -## text_stroke_width property - - -Returns or specifies current text stroke width. -### Definition: -```python -@property -def text_stroke_width(self): - ... -@text_stroke_width.setter -def text_stroke_width(self, value): - ... -``` - -### See Also -* module [`aspose.page`](../../) -* class [`Device`](/page/python-net/aspose.page/device) diff --git a/content/sites/aspose/page/english/python-net/aspose.page/device/transform/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/device/transform/_index.md deleted file mode 100644 index c91bdfdccc11..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page/device/transform/_index.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: transform method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 390 -url: /python-net/aspose.page/device/transform/ -is_root: false ---- - -## transform {#aspose.pydrawing.drawing2d.Matrix} - -Transforms the current transformation matrix. Calls writeTransform(Transform) - - - -```python -def transform(self, transform): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| transform | aspose.pydrawing.drawing2d.Matrix | Transform to be applied. | - - - -### See Also -* module [`aspose.page`](../../) -* class [`Device`](/page/python-net/aspose.page/device) diff --git a/content/sites/aspose/page/english/python-net/aspose.page/device/translate/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/device/translate/_index.md deleted file mode 100644 index 135287959b21..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page/device/translate/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: translate method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 400 -url: /python-net/aspose.page/device/translate/ -is_root: false ---- - -## translate {#float-float} - -Translates the current transformation matrix. Calls writeTransform(Transform). - - - -```python -def translate(self, x, y): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| x | float | Translation in X axis. | -| y | float | Translation in Y axis. | - - - -### See Also -* module [`aspose.page`](../../) -* class [`Device`](/page/python-net/aspose.page/device) diff --git a/content/sites/aspose/page/english/python-net/aspose.page/device/version/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/device/version/_index.md deleted file mode 100644 index 7fb9be05c13a..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page/device/version/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: version property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 540 -url: /python-net/aspose.page/device/version/ -is_root: false ---- - -## version property - - -Current device version. - -### See Also -* module [`aspose.page`](../../) -* class [`Device`](/page/python-net/aspose.page/device) diff --git a/content/sites/aspose/page/english/python-net/aspose.page/device/write_comment/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/device/write_comment/_index.md deleted file mode 100644 index 924ef5da4548..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page/device/write_comment/_index.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: write_comment method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 410 -url: /python-net/aspose.page/device/write_comment/ -is_root: false ---- - -## write_comment {#str} - -Writes a comment. - - - -```python -def write_comment(self, comment): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| comment | str | A comment to be written. | - - - -### See Also -* module [`aspose.page`](../../) -* class [`Device`](/page/python-net/aspose.page/device) diff --git a/content/sites/aspose/page/english/python-net/aspose.page/graphicsfactory/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/graphicsfactory/_index.md index 55231bcf7f7e..5a375e08fea0 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page/graphicsfactory/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page/graphicsfactory/_index.md @@ -10,8 +10,6 @@ is_root: false ## GraphicsFactory class -This class statically creates common graphics objects. - The GraphicsFactory type exposes the following members: @@ -25,17 +23,17 @@ The GraphicsFactory type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [create_pen_by_color](/page/python-net/aspose.page/graphicsfactory/create_pen_by_color/#aspose.pydrawing.Color) | Creates a pen by color. | +| [create_pen_by_color](/page/python-net/aspose.page/graphicsfactory/create_pen_by_color/#aspose.pydrawing.Color) | | | [create_pen_by_color_and_width](/page/python-net/aspose.page/graphicsfactory/create_pen_by_color_and_width/#aspose.pydrawing.Color-float) | | -| [create_pen_by_brush](/page/python-net/aspose.page/graphicsfactory/create_pen_by_brush/#aspose.pydrawing.Brush) | Creates a pen by brush. | -| [create_pen_by_brush_and_width](/page/python-net/aspose.page/graphicsfactory/create_pen_by_brush_and_width/#aspose.pydrawing.Brush-float) | Creates a pen by brush and width. | -| [create_linear_gradient_brush_by_points](/page/python-net/aspose.page/graphicsfactory/create_linear_gradient_brush_by_points/#aspose.pydrawing.PointF-aspose.pydrawing.PointF-aspose.pydrawing.Color-aspose.pydrawing.Color) | Creates a linear gradient brush by points. | -| [create_linear_gradient_brush_by_rect_and_mode](/page/python-net/aspose.page/graphicsfactory/create_linear_gradient_brush_by_rect_and_mode/#aspose.pydrawing.RectangleF-aspose.pydrawing.Color-aspose.pydrawing.Color-aspose.pydrawing.drawing2d.LinearGradientMode) | Creates a linear gradient brush by rectangle and LinearGradientMode. | -| [create_linear_gradient_brush_by_rect_and_angle](/page/python-net/aspose.page/graphicsfactory/create_linear_gradient_brush_by_rect_and_angle/#aspose.pydrawing.RectangleF-aspose.pydrawing.Color-aspose.pydrawing.Color-float) | Creates a linear gradient brush by rectangle and an angle of rotation. | -| [create_path_gradient_brush_by_points](/page/python-net/aspose.page/graphicsfactory/create_path_gradient_brush_by_points/#aspose.pydrawing.PointF[]-aspose.pydrawing.drawing2d.WrapMode) | Creates a path gradient brush by points and WrapMode. | -| [create_path_gradient_brush_by_path](/page/python-net/aspose.page/graphicsfactory/create_path_gradient_brush_by_path/#aspose.pydrawing.drawing2d.GraphicsPath) | Creates a path gradient brush by an object of GraphicsPath and WrapMode. | -| [create_hatch_brush_by_style_and_color](/page/python-net/aspose.page/graphicsfactory/create_hatch_brush_by_style_and_color/#aspose.pydrawing.drawing2d.HatchStyle-aspose.pydrawing.Color) | Creates a hatch brush by hatch style and a color. | -| [create_hatch_brush_by_style_and_colors](/page/python-net/aspose.page/graphicsfactory/create_hatch_brush_by_style_and_colors/#aspose.pydrawing.drawing2d.HatchStyle-aspose.pydrawing.Color-aspose.pydrawing.Color) | Creates a hatch brush by hatch style and two colors. | +| [create_pen_by_brush](/page/python-net/aspose.page/graphicsfactory/create_pen_by_brush/#aspose.pydrawing.Brush) | | +| [create_pen_by_brush_and_width](/page/python-net/aspose.page/graphicsfactory/create_pen_by_brush_and_width/#aspose.pydrawing.Brush-float) | | +| [create_linear_gradient_brush_by_points](/page/python-net/aspose.page/graphicsfactory/create_linear_gradient_brush_by_points/#aspose.pydrawing.PointF-aspose.pydrawing.PointF-aspose.pydrawing.Color-aspose.pydrawing.Color) | | +| [create_linear_gradient_brush_by_rect_and_mode](/page/python-net/aspose.page/graphicsfactory/create_linear_gradient_brush_by_rect_and_mode/#aspose.pydrawing.RectangleF-aspose.pydrawing.Color-aspose.pydrawing.Color-aspose.pydrawing.drawing2d.LinearGradientMode) | | +| [create_linear_gradient_brush_by_rect_and_angle](/page/python-net/aspose.page/graphicsfactory/create_linear_gradient_brush_by_rect_and_angle/#aspose.pydrawing.RectangleF-aspose.pydrawing.Color-aspose.pydrawing.Color-float) | | +| [create_path_gradient_brush_by_points](/page/python-net/aspose.page/graphicsfactory/create_path_gradient_brush_by_points/#aspose.pydrawing.PointF[]-aspose.pydrawing.drawing2d.WrapMode) | | +| [create_path_gradient_brush_by_path](/page/python-net/aspose.page/graphicsfactory/create_path_gradient_brush_by_path/#aspose.pydrawing.drawing2d.GraphicsPath) | | +| [create_hatch_brush_by_style_and_color](/page/python-net/aspose.page/graphicsfactory/create_hatch_brush_by_style_and_color/#aspose.pydrawing.drawing2d.HatchStyle-aspose.pydrawing.Color) | | +| [create_hatch_brush_by_style_and_colors](/page/python-net/aspose.page/graphicsfactory/create_hatch_brush_by_style_and_colors/#aspose.pydrawing.drawing2d.HatchStyle-aspose.pydrawing.Color-aspose.pydrawing.Color) | | diff --git a/content/sites/aspose/page/english/python-net/aspose.page/graphicsfactory/create_hatch_brush_by_style_and_color/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/graphicsfactory/create_hatch_brush_by_style_and_color/_index.md index dc081aa2220e..b9c7147d4fad 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page/graphicsfactory/create_hatch_brush_by_style_and_color/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page/graphicsfactory/create_hatch_brush_by_style_and_color/_index.md @@ -10,7 +10,7 @@ is_root: false ## create_hatch_brush_by_style_and_color {#aspose.pydrawing.drawing2d.HatchStyle-aspose.pydrawing.Color} -Creates a hatch brush by hatch style and a color. + @@ -22,8 +22,8 @@ def create_hatch_brush_by_style_and_color(self, style, color): | Parameter | Type | Description | | :- | :- | :- | -| style | aspose.pydrawing.drawing2d.HatchStyle | The hatch style. | -| color | aspose.pydrawing.Color | The foreground color of the brush. | +| style | aspose.pydrawing.drawing2d.HatchStyle | | +| color | aspose.pydrawing.Color | | diff --git a/content/sites/aspose/page/english/python-net/aspose.page/graphicsfactory/create_hatch_brush_by_style_and_colors/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/graphicsfactory/create_hatch_brush_by_style_and_colors/_index.md index 260fde6b7426..28414d1ddfea 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page/graphicsfactory/create_hatch_brush_by_style_and_colors/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page/graphicsfactory/create_hatch_brush_by_style_and_colors/_index.md @@ -10,7 +10,7 @@ is_root: false ## create_hatch_brush_by_style_and_colors {#aspose.pydrawing.drawing2d.HatchStyle-aspose.pydrawing.Color-aspose.pydrawing.Color} -Creates a hatch brush by hatch style and two colors. + @@ -22,9 +22,9 @@ def create_hatch_brush_by_style_and_colors(self, style, fore_color, back_color): | Parameter | Type | Description | | :- | :- | :- | -| style | aspose.pydrawing.drawing2d.HatchStyle | The hatch style. | -| fore_color | aspose.pydrawing.Color | The foreground color of the brush. | -| back_color | aspose.pydrawing.Color | The background color of the brush. | +| style | aspose.pydrawing.drawing2d.HatchStyle | | +| fore_color | aspose.pydrawing.Color | | +| back_color | aspose.pydrawing.Color | | diff --git a/content/sites/aspose/page/english/python-net/aspose.page/graphicsfactory/create_linear_gradient_brush_by_points/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/graphicsfactory/create_linear_gradient_brush_by_points/_index.md index 6fb32f4942ea..6d485e52cd2f 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page/graphicsfactory/create_linear_gradient_brush_by_points/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page/graphicsfactory/create_linear_gradient_brush_by_points/_index.md @@ -10,7 +10,7 @@ is_root: false ## create_linear_gradient_brush_by_points {#aspose.pydrawing.PointF-aspose.pydrawing.PointF-aspose.pydrawing.Color-aspose.pydrawing.Color} -Creates a linear gradient brush by points. + @@ -22,10 +22,10 @@ def create_linear_gradient_brush_by_points(self, start, end, start_color, end_co | Parameter | Type | Description | | :- | :- | :- | -| start | aspose.pydrawing.PointF | The start point of the gradient. | -| end | aspose.pydrawing.PointF | The end point of the gradient. | -| start_color | aspose.pydrawing.Color | The start color of the gradient. | -| end_color | aspose.pydrawing.Color | The end color of the gradient. | +| start | aspose.pydrawing.PointF | | +| end | aspose.pydrawing.PointF | | +| start_color | aspose.pydrawing.Color | | +| end_color | aspose.pydrawing.Color | | diff --git a/content/sites/aspose/page/english/python-net/aspose.page/graphicsfactory/create_linear_gradient_brush_by_rect_and_angle/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/graphicsfactory/create_linear_gradient_brush_by_rect_and_angle/_index.md index f1a332e1f569..6fd11c8cedb0 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page/graphicsfactory/create_linear_gradient_brush_by_rect_and_angle/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page/graphicsfactory/create_linear_gradient_brush_by_rect_and_angle/_index.md @@ -10,7 +10,7 @@ is_root: false ## create_linear_gradient_brush_by_rect_and_angle {#aspose.pydrawing.RectangleF-aspose.pydrawing.Color-aspose.pydrawing.Color-float} -Creates a linear gradient brush by rectangle and an angle of rotation. + @@ -22,10 +22,10 @@ def create_linear_gradient_brush_by_rect_and_angle(self, rect, start_color, end_ | Parameter | Type | Description | | :- | :- | :- | -| rect | aspose.pydrawing.RectangleF | The bounding rectangle of the gradient. | -| start_color | aspose.pydrawing.Color | The start color of the gradient. | -| end_color | aspose.pydrawing.Color | The end color of the gradient. | -| angle | float | The angle of the rotation of the gradient. | +| rect | aspose.pydrawing.RectangleF | | +| start_color | aspose.pydrawing.Color | | +| end_color | aspose.pydrawing.Color | | +| angle | float | | diff --git a/content/sites/aspose/page/english/python-net/aspose.page/graphicsfactory/create_linear_gradient_brush_by_rect_and_mode/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/graphicsfactory/create_linear_gradient_brush_by_rect_and_mode/_index.md index eab111176d42..ae0d8085bb2a 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page/graphicsfactory/create_linear_gradient_brush_by_rect_and_mode/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page/graphicsfactory/create_linear_gradient_brush_by_rect_and_mode/_index.md @@ -10,7 +10,7 @@ is_root: false ## create_linear_gradient_brush_by_rect_and_mode {#aspose.pydrawing.RectangleF-aspose.pydrawing.Color-aspose.pydrawing.Color-aspose.pydrawing.drawing2d.LinearGradientMode} -Creates a linear gradient brush by rectangle and LinearGradientMode. + @@ -22,10 +22,10 @@ def create_linear_gradient_brush_by_rect_and_mode(self, rect, start_color, end_c | Parameter | Type | Description | | :- | :- | :- | -| rect | aspose.pydrawing.RectangleF | The bounding rectangle of the gradient. | -| start_color | aspose.pydrawing.Color | The start color of the gradient. | -| end_color | aspose.pydrawing.Color | The end color of the gradient. | -| mode | aspose.pydrawing.drawing2d.LinearGradientMode | The linear gradient mode. | +| rect | aspose.pydrawing.RectangleF | | +| start_color | aspose.pydrawing.Color | | +| end_color | aspose.pydrawing.Color | | +| mode | aspose.pydrawing.drawing2d.LinearGradientMode | | diff --git a/content/sites/aspose/page/english/python-net/aspose.page/graphicsfactory/create_path_gradient_brush_by_path/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/graphicsfactory/create_path_gradient_brush_by_path/_index.md index 6d80c5166a41..bcae70632725 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page/graphicsfactory/create_path_gradient_brush_by_path/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page/graphicsfactory/create_path_gradient_brush_by_path/_index.md @@ -10,7 +10,7 @@ is_root: false ## create_path_gradient_brush_by_path {#aspose.pydrawing.drawing2d.GraphicsPath} -Creates a path gradient brush by an object of GraphicsPath and WrapMode. + @@ -22,7 +22,7 @@ def create_path_gradient_brush_by_path(self, path): | Parameter | Type | Description | | :- | :- | :- | -| path | aspose.pydrawing.drawing2d.GraphicsPath | The path of the gradient. | +| path | aspose.pydrawing.drawing2d.GraphicsPath | | diff --git a/content/sites/aspose/page/english/python-net/aspose.page/graphicsfactory/create_path_gradient_brush_by_points/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/graphicsfactory/create_path_gradient_brush_by_points/_index.md index 19b682b60d83..843ec3efa852 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page/graphicsfactory/create_path_gradient_brush_by_points/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page/graphicsfactory/create_path_gradient_brush_by_points/_index.md @@ -10,7 +10,7 @@ is_root: false ## create_path_gradient_brush_by_points {#aspose.pydrawing.PointF[]-aspose.pydrawing.drawing2d.WrapMode} -Creates a path gradient brush by points and WrapMode. + @@ -22,8 +22,8 @@ def create_path_gradient_brush_by_points(self, points, wrap_mode): | Parameter | Type | Description | | :- | :- | :- | -| points | aspose.pydrawing.PointF[] | The points of the gradient. | -| wrap_mode | aspose.pydrawing.drawing2d.WrapMode | The wrap mode of the gradient. | +| points | aspose.pydrawing.PointF[] | | +| wrap_mode | aspose.pydrawing.drawing2d.WrapMode | | diff --git a/content/sites/aspose/page/english/python-net/aspose.page/graphicsfactory/create_pen_by_brush/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/graphicsfactory/create_pen_by_brush/_index.md index 0ae1dec85264..df35231f395b 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page/graphicsfactory/create_pen_by_brush/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page/graphicsfactory/create_pen_by_brush/_index.md @@ -10,7 +10,7 @@ is_root: false ## create_pen_by_brush {#aspose.pydrawing.Brush} -Creates a pen by brush. + @@ -22,7 +22,7 @@ def create_pen_by_brush(self, brush): | Parameter | Type | Description | | :- | :- | :- | -| brush | aspose.pydrawing.Brush | The pen brush. | +| brush | aspose.pydrawing.Brush | | diff --git a/content/sites/aspose/page/english/python-net/aspose.page/graphicsfactory/create_pen_by_brush_and_width/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/graphicsfactory/create_pen_by_brush_and_width/_index.md index 689553dfca80..69cb2b222aa6 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page/graphicsfactory/create_pen_by_brush_and_width/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page/graphicsfactory/create_pen_by_brush_and_width/_index.md @@ -10,7 +10,7 @@ is_root: false ## create_pen_by_brush_and_width {#aspose.pydrawing.Brush-float} -Creates a pen by brush and width. + @@ -22,8 +22,8 @@ def create_pen_by_brush_and_width(self, brush, width): | Parameter | Type | Description | | :- | :- | :- | -| brush | aspose.pydrawing.Brush | The pen brush. | -| width | float | The Pen width. | +| brush | aspose.pydrawing.Brush | | +| width | float | | diff --git a/content/sites/aspose/page/english/python-net/aspose.page/graphicsfactory/create_pen_by_color/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/graphicsfactory/create_pen_by_color/_index.md index 0060561a7603..472cd2e67307 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page/graphicsfactory/create_pen_by_color/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page/graphicsfactory/create_pen_by_color/_index.md @@ -10,7 +10,7 @@ is_root: false ## create_pen_by_color {#aspose.pydrawing.Color} -Creates a pen by color. + @@ -22,7 +22,7 @@ def create_pen_by_color(self, color): | Parameter | Type | Description | | :- | :- | :- | -| color | aspose.pydrawing.Color | The pen color. | +| color | aspose.pydrawing.Color | | diff --git a/content/sites/aspose/page/english/python-net/aspose.page/itrfont/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/itrfont/_index.md deleted file mode 100644 index 638172eb83f3..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page/itrfont/_index.md +++ /dev/null @@ -1,42 +0,0 @@ ---- -title: ITrFont class -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 90 -url: /python-net/aspose.page/itrfont/ -is_root: false ---- - -## ITrFont class - -This interface gives access to main parameters of font. - - - -The ITrFont type exposes the following members: - -### Properties -| Property | Description | -| :- | :- | -| [encoding](/page/python-net/aspose.page/itrfont/encoding) | Returns enbcoding array. | -| [encoding_table](/page/python-net/aspose.page/itrfont/encoding_table) | Returns the name of the encoding. | -| [fid](/page/python-net/aspose.page/itrfont/fid) | Returns font identificator. | -| [font_name](/page/python-net/aspose.page/itrfont/font_name) | Returns font name. | -| [font_type](/page/python-net/aspose.page/itrfont/font_type) | Returns a type of font in Adobe classification. | -| [native_font](/page/python-net/aspose.page/itrfont/native_font) | Returns System.Drawing.Font corresponding to this font. | -| [size](/page/python-net/aspose.page/itrfont/size) | Returns font size. | -| [style](/page/python-net/aspose.page/itrfont/style) | Returns font style. | -| [transform](/page/python-net/aspose.page/itrfont/transform) | Returns font transform. | - - -### Methods -| Method | Description | -| :- | :- | -| [get_char_width](/page/python-net/aspose.page/itrfont/get_char_width/#char) | Returns a width of character. | -| [get_outline](/page/python-net/aspose.page/itrfont/get_outline/#char-float-float) | Returns an outline of glyph in specified location. | - - - -### See Also -* module [`aspose.page`](..) diff --git a/content/sites/aspose/page/english/python-net/aspose.page/itrfont/encoding/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/itrfont/encoding/_index.md deleted file mode 100644 index 9550d540bb05..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page/itrfont/encoding/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: encoding property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 50 -url: /python-net/aspose.page/itrfont/encoding/ -is_root: false ---- - -## encoding property - - -Returns enbcoding array. -### Definition: -```python -@property -def encoding(self): - ... -``` - -### See Also -* module [`aspose.page`](../../) -* class [`ITrFont`](/page/python-net/aspose.page/itrfont) diff --git a/content/sites/aspose/page/english/python-net/aspose.page/itrfont/encoding_table/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/itrfont/encoding_table/_index.md deleted file mode 100644 index 32e02064fda9..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page/itrfont/encoding_table/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: encoding_table property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 60 -url: /python-net/aspose.page/itrfont/encoding_table/ -is_root: false ---- - -## encoding_table property - - -Returns the name of the encoding. -### Definition: -```python -@property -def encoding_table(self): - ... -``` - -### See Also -* module [`aspose.page`](../../) -* class [`ITrFont`](/page/python-net/aspose.page/itrfont) diff --git a/content/sites/aspose/page/english/python-net/aspose.page/itrfont/fid/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/itrfont/fid/_index.md deleted file mode 100644 index 67e11f4b8caf..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page/itrfont/fid/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: fid property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 70 -url: /python-net/aspose.page/itrfont/fid/ -is_root: false ---- - -## fid property - - -Returns font identificator. -### Definition: -```python -@property -def fid(self): - ... -``` - -### See Also -* module [`aspose.page`](../../) -* class [`ITrFont`](/page/python-net/aspose.page/itrfont) diff --git a/content/sites/aspose/page/english/python-net/aspose.page/itrfont/font_name/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/itrfont/font_name/_index.md deleted file mode 100644 index 08aa784f55af..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page/itrfont/font_name/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: font_name property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 80 -url: /python-net/aspose.page/itrfont/font_name/ -is_root: false ---- - -## font_name property - - -Returns font name. -### Definition: -```python -@property -def font_name(self): - ... -``` - -### See Also -* module [`aspose.page`](../../) -* class [`ITrFont`](/page/python-net/aspose.page/itrfont) diff --git a/content/sites/aspose/page/english/python-net/aspose.page/itrfont/font_type/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/itrfont/font_type/_index.md deleted file mode 100644 index bc6395c2a4c2..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page/itrfont/font_type/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: font_type property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 90 -url: /python-net/aspose.page/itrfont/font_type/ -is_root: false ---- - -## font_type property - - -Returns a type of font in Adobe classification. -### Definition: -```python -@property -def font_type(self): - ... -``` - -### See Also -* module [`aspose.page`](../../) -* class [`ITrFont`](/page/python-net/aspose.page/itrfont) diff --git a/content/sites/aspose/page/english/python-net/aspose.page/itrfont/get_char_width/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/itrfont/get_char_width/_index.md deleted file mode 100644 index f8480449959a..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page/itrfont/get_char_width/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: get_char_width method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 20 -url: /python-net/aspose.page/itrfont/get_char_width/ -is_root: false ---- - -## get_char_width {#char} - -Returns a width of character. - - -### Returns - - -A width of character. - - -```python -def get_char_width(self, char_value): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| char_value | char | Character. | - - - -### See Also -* module [`aspose.page`](../../) -* class [`ITrFont`](/page/python-net/aspose.page/itrfont) diff --git a/content/sites/aspose/page/english/python-net/aspose.page/itrfont/get_outline/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/itrfont/get_outline/_index.md deleted file mode 100644 index dfe09b4cc04a..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page/itrfont/get_outline/_index.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -title: get_outline method -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 30 -url: /python-net/aspose.page/itrfont/get_outline/ -is_root: false ---- - -## get_outline {#char-float-float} - -Returns an outline of glyph in specified location. - - -### Returns - - -An outline of glyph. - - -```python -def get_outline(self, char_value, x, y): - ... -``` - - -| Parameter | Type | Description | -| :- | :- | :- | -| char_value | char | Character. | -| x | float | X coordinate of the character location. | -| y | float | Y coordinate of the character location. | - - - -### See Also -* module [`aspose.page`](../../) -* class [`ITrFont`](/page/python-net/aspose.page/itrfont) diff --git a/content/sites/aspose/page/english/python-net/aspose.page/itrfont/native_font/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/itrfont/native_font/_index.md deleted file mode 100644 index 78c226f600af..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page/itrfont/native_font/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: native_font property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 100 -url: /python-net/aspose.page/itrfont/native_font/ -is_root: false ---- - -## native_font property - - -Returns System.Drawing.Font corresponding to this font. -### Definition: -```python -@property -def native_font(self): - ... -``` - -### See Also -* module [`aspose.page`](../../) -* class [`ITrFont`](/page/python-net/aspose.page/itrfont) diff --git a/content/sites/aspose/page/english/python-net/aspose.page/itrfont/size/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/itrfont/size/_index.md deleted file mode 100644 index c467857c3b74..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page/itrfont/size/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: size property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 110 -url: /python-net/aspose.page/itrfont/size/ -is_root: false ---- - -## size property - - -Returns font size. -### Definition: -```python -@property -def size(self): - ... -``` - -### See Also -* module [`aspose.page`](../../) -* class [`ITrFont`](/page/python-net/aspose.page/itrfont) diff --git a/content/sites/aspose/page/english/python-net/aspose.page/itrfont/style/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/itrfont/style/_index.md deleted file mode 100644 index 7c0235a94e5b..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page/itrfont/style/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: style property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 120 -url: /python-net/aspose.page/itrfont/style/ -is_root: false ---- - -## style property - - -Returns font style. -### Definition: -```python -@property -def style(self): - ... -``` - -### See Also -* module [`aspose.page`](../../) -* class [`ITrFont`](/page/python-net/aspose.page/itrfont) diff --git a/content/sites/aspose/page/english/python-net/aspose.page/itrfont/transform/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/itrfont/transform/_index.md deleted file mode 100644 index 466ce248938b..000000000000 --- a/content/sites/aspose/page/english/python-net/aspose.page/itrfont/transform/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: transform property -second_title: Aspose.Page for Python via .NET API References -description: -type: docs -weight: 130 -url: /python-net/aspose.page/itrfont/transform/ -is_root: false ---- - -## transform property - - -Returns font transform. -### Definition: -```python -@property -def transform(self): - ... -``` - -### See Also -* module [`aspose.page`](../../) -* class [`ITrFont`](/page/python-net/aspose.page/itrfont) diff --git a/content/sites/aspose/page/english/python-net/aspose.page/license/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/license/_index.md index ff8a49daca7f..1d0075218b8a 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page/license/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page/license/_index.md @@ -3,7 +3,7 @@ title: License class second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 100 +weight: 90 url: /python-net/aspose.page/license/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page/margins/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/margins/_index.md index 141cb8b6889f..e3b15a118fc6 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page/margins/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page/margins/_index.md @@ -3,7 +3,7 @@ title: Margins class second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 110 +weight: 100 url: /python-net/aspose.page/margins/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page/metered/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/metered/_index.md index dc86855f34f9..b31e6c55055f 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page/metered/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page/metered/_index.md @@ -3,7 +3,7 @@ title: Metered class second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 120 +weight: 110 url: /python-net/aspose.page/metered/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page/saveoptions/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/saveoptions/_index.md index 136b4d244a32..f396a44a93d8 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page/saveoptions/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page/saveoptions/_index.md @@ -3,7 +3,7 @@ title: SaveOptions class second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 130 +weight: 120 url: /python-net/aspose.page/saveoptions/ is_root: false --- @@ -20,6 +20,7 @@ The SaveOptions type exposes the following members: | Property | Description | | :- | :- | | [supress_errors](/page/python-net/aspose.page/saveoptions/supress_errors) | Specifies whether errors must be suppressed or not.
If true suppressed errors are added to [`SaveOptions.Exceptions`](/page/python-net/aspose.page/saveoptions) list.
If false the first error will terminate the program. | +| [size](/page/python-net/aspose.page/saveoptions/size) | Gets/sets the size of the image. | | [debug](/page/python-net/aspose.page/saveoptions/debug) | Specifies whether debug information must be printed to standard output stream or not. | | [additional_fonts_folders](/page/python-net/aspose.page/saveoptions/additional_fonts_folders) | Specifies additional folders where converter should find fonts for input document.
Default folder are standard fonts folder where OS finds fonts for internal needs. | | [jpeg_quality_level](/page/python-net/aspose.page/saveoptions/jpeg_quality_level) | The Quality category specifies the level of compression for an image.
Available values are 0 to 100.
The lower the number specified, the higher the compression and therefore the lower the quality of the image.
0 value results in lowest quality image, while 100 results in highest. | diff --git a/content/sites/aspose/page/english/python-net/aspose.page/device/size/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/saveoptions/size/_index.md similarity index 58% rename from content/sites/aspose/page/english/python-net/aspose.page/device/size/_index.md rename to content/sites/aspose/page/english/python-net/aspose.page/saveoptions/size/_index.md index 67cb4590e563..2728a4c6a8d8 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page/device/size/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page/saveoptions/size/_index.md @@ -3,15 +3,15 @@ title: size property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 500 -url: /python-net/aspose.page/device/size/ +weight: 60 +url: /python-net/aspose.page/saveoptions/size/ is_root: false --- ## size property -Returns or specifies a size of the page. +Gets/sets the size of the image. ### Definition: ```python @property @@ -24,4 +24,5 @@ def size(self, value): ### See Also * module [`aspose.page`](../../) -* class [`Device`](/page/python-net/aspose.page/device) +* class [`SaveOptions`](/page/python-net/aspose.page/saveoptions) +* class [`Size`](/page/python-net/aspose.page.drawing/size) diff --git a/content/sites/aspose/page/english/python-net/aspose.page/saveoptions/supress_errors/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/saveoptions/supress_errors/_index.md index 06e6764f3b01..16192eeaff17 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page/saveoptions/supress_errors/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page/saveoptions/supress_errors/_index.md @@ -3,7 +3,7 @@ title: supress_errors property second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 60 +weight: 70 url: /python-net/aspose.page/saveoptions/supress_errors/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page/textrenderingmode/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/textrenderingmode/_index.md index 6d84e45b0bd2..0e2d450e36dd 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page/textrenderingmode/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page/textrenderingmode/_index.md @@ -3,7 +3,7 @@ title: TextRenderingMode enumeration second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 150 +weight: 140 url: /python-net/aspose.page/textrenderingmode/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page/units/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/units/_index.md index ce63e39347d1..2246bca4a205 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page/units/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page/units/_index.md @@ -3,7 +3,7 @@ title: Units enumeration second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 160 +weight: 150 url: /python-net/aspose.page/units/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page/userproperties/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/userproperties/_index.md index 7fdbcc720728..290e02fd8462 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page/userproperties/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page/userproperties/_index.md @@ -3,7 +3,7 @@ title: UserProperties class second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 140 +weight: 130 url: /python-net/aspose.page/userproperties/ is_root: false --- @@ -37,6 +37,7 @@ The UserProperties type exposes the following members: | [set_property](/page/python-net/aspose.page/userproperties/set_property/#str-float) | Sets double property value. | | [set_property](/page/python-net/aspose.page/userproperties/set_property/#str-float) | Sets float property value. | | [set_property](/page/python-net/aspose.page/userproperties/set_property/#str-bool) | Sets boolean property value. | +| [set_property](/page/python-net/aspose.page/userproperties/set_property/#str-aspose.pydrawing.drawing2d.Matrix) | Sets matrix property value. | | [get_property](/page/python-net/aspose.page/userproperties/get_property/#str) | Gets string property value. | | [get_property](/page/python-net/aspose.page/userproperties/get_property/#str-str) | Gets string property value. If requested property is absent, returns provided default value. | | [get_property_string_array](/page/python-net/aspose.page/userproperties/get_property_string_array/#str) | Gets string array property value. | @@ -55,6 +56,8 @@ The UserProperties type exposes the following members: | [get_property_double](/page/python-net/aspose.page/userproperties/get_property_double/#str-float) | Gets double property value. If requested property is absent, returns provided default value. | | [get_property_float](/page/python-net/aspose.page/userproperties/get_property_float/#str) | Gets float property value. | | [get_property_float](/page/python-net/aspose.page/userproperties/get_property_float/#str-float) | Gets float property value. If requested property is absent, returns provided default value. | +| [get_property_matrix](/page/python-net/aspose.page/userproperties/get_property_matrix/#str) | Gets matrix property value. | +| [get_property_matrix](/page/python-net/aspose.page/userproperties/get_property_matrix/#str-aspose.pydrawing.drawing2d.Matrix) | Gets matrix property value. If requested property is absent, returns provided default value. | | [is_property](/page/python-net/aspose.page/userproperties/is_property/#str) | Gets boolean property value. | | [is_property](/page/python-net/aspose.page/userproperties/is_property/#str-bool) | Gets boolean property value. If requested property is absent, returns provided default value. | | [property_names](/page/python-net/aspose.page/userproperties/property_names/#) | Returns properties names. | diff --git a/content/sites/aspose/page/english/python-net/aspose.page/userproperties/get_property/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/userproperties/get_property/_index.md index bb90c3afbf47..e1da240c0922 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page/userproperties/get_property/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page/userproperties/get_property/_index.md @@ -42,7 +42,7 @@ Property value. ```python -def get_property(self, key, def): +def get_property(self, key, def_value): ... ``` @@ -50,7 +50,7 @@ def get_property(self, key, def): | Parameter | Type | Description | | :- | :- | :- | | key | str | The name of property. | -| def | str | Default value of property. | +| def_value | str | Default value of property. | diff --git a/content/sites/aspose/page/english/python-net/aspose.page/userproperties/get_property_color/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/userproperties/get_property_color/_index.md index 9a4cf7c41684..04a10c1bf67c 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page/userproperties/get_property_color/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page/userproperties/get_property_color/_index.md @@ -42,7 +42,7 @@ Property value. ```python -def get_property_color(self, key, def): +def get_property_color(self, key, def_value): ... ``` @@ -50,7 +50,7 @@ def get_property_color(self, key, def): | Parameter | Type | Description | | :- | :- | :- | | key | str | The name of property. | -| def | aspose.pydrawing.Color | Default value of property. | +| def_value | aspose.pydrawing.Color | Default value of property. | diff --git a/content/sites/aspose/page/english/python-net/aspose.page/userproperties/get_property_double/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/userproperties/get_property_double/_index.md index a3c93daadfd2..147540f693ea 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page/userproperties/get_property_double/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page/userproperties/get_property_double/_index.md @@ -42,7 +42,7 @@ Property value. ```python -def get_property_double(self, key, def): +def get_property_double(self, key, def_value): ... ``` @@ -50,7 +50,7 @@ def get_property_double(self, key, def): | Parameter | Type | Description | | :- | :- | :- | | key | str | The name of property. | -| def | float | Default value of property. | +| def_value | float | Default value of property. | diff --git a/content/sites/aspose/page/english/python-net/aspose.page/userproperties/get_property_float/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/userproperties/get_property_float/_index.md index 23f1f3a63c66..d3fc6217d4f3 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page/userproperties/get_property_float/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page/userproperties/get_property_float/_index.md @@ -42,7 +42,7 @@ Property value. ```python -def get_property_float(self, key, def): +def get_property_float(self, key, def_value): ... ``` @@ -50,7 +50,7 @@ def get_property_float(self, key, def): | Parameter | Type | Description | | :- | :- | :- | | key | str | The name of property. | -| def | float | Default value of property. | +| def_value | float | Default value of property. | diff --git a/content/sites/aspose/page/english/python-net/aspose.page/userproperties/get_property_int/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/userproperties/get_property_int/_index.md index 16764e6f9872..c4add16d6d1f 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page/userproperties/get_property_int/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page/userproperties/get_property_int/_index.md @@ -42,7 +42,7 @@ Property value. ```python -def get_property_int(self, key, def): +def get_property_int(self, key, def_value): ... ``` @@ -50,7 +50,7 @@ def get_property_int(self, key, def): | Parameter | Type | Description | | :- | :- | :- | | key | str | The name of property. | -| def | int | Default value of property. | +| def_value | int | Default value of property. | diff --git a/content/sites/aspose/page/english/python-net/aspose.page/userproperties/get_property_margins/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/userproperties/get_property_margins/_index.md index 0597dd0c9132..a6c6b2cc660d 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page/userproperties/get_property_margins/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page/userproperties/get_property_margins/_index.md @@ -42,7 +42,7 @@ Property value. ```python -def get_property_margins(self, key, def): +def get_property_margins(self, key, def_value): ... ``` @@ -50,7 +50,7 @@ def get_property_margins(self, key, def): | Parameter | Type | Description | | :- | :- | :- | | key | str | The name of property. | -| def | [`Margins`](/page/python-net/aspose.page/margins) | Default value of property. | +| def_value | [`Margins`](/page/python-net/aspose.page/margins) | Default value of property. | diff --git a/content/sites/aspose/page/english/python-net/aspose.page/userproperties/get_property_matrix/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/userproperties/get_property_matrix/_index.md new file mode 100644 index 000000000000..1a7e96b5210a --- /dev/null +++ b/content/sites/aspose/page/english/python-net/aspose.page/userproperties/get_property_matrix/_index.md @@ -0,0 +1,59 @@ +--- +title: get_property_matrix method +second_title: Aspose.Page for Python via .NET API References +description: +type: docs +weight: 80 +url: /python-net/aspose.page/userproperties/get_property_matrix/ +is_root: false +--- + +## get_property_matrix {#str} + +Gets matrix property value. + + +### Returns + + +Property value. + + +```python +def get_property_matrix(self, key): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| key | str | The name of property. | + + +## get_property_matrix {#str-aspose.pydrawing.drawing2d.Matrix} + +Gets matrix property value. If requested property is absent, returns provided default value. + + +### Returns + + +Property value. + + +```python +def get_property_matrix(self, key, def_value): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| key | str | The name of property. | +| def_value | aspose.pydrawing.drawing2d.Matrix | Default value of property. | + + + +### See Also +* module [`aspose.page`](../../) +* class [`UserProperties`](/page/python-net/aspose.page/userproperties) diff --git a/content/sites/aspose/page/english/python-net/aspose.page/userproperties/get_property_rectangle/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/userproperties/get_property_rectangle/_index.md index 68b33e0c465f..72e2b1076d60 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page/userproperties/get_property_rectangle/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page/userproperties/get_property_rectangle/_index.md @@ -3,7 +3,7 @@ title: get_property_rectangle method second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 80 +weight: 90 url: /python-net/aspose.page/userproperties/get_property_rectangle/ is_root: false --- @@ -42,7 +42,7 @@ Property value. ```python -def get_property_rectangle(self, key, def): +def get_property_rectangle(self, key, def_value): ... ``` @@ -50,7 +50,7 @@ def get_property_rectangle(self, key, def): | Parameter | Type | Description | | :- | :- | :- | | key | str | The name of property. | -| def | aspose.pydrawing.RectangleF | Default value of property. | +| def_value | aspose.pydrawing.RectangleF | Default value of property. | diff --git a/content/sites/aspose/page/english/python-net/aspose.page/userproperties/get_property_size/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/userproperties/get_property_size/_index.md index f73fe6928c46..066db05eb5a8 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page/userproperties/get_property_size/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page/userproperties/get_property_size/_index.md @@ -3,7 +3,7 @@ title: get_property_size method second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 90 +weight: 100 url: /python-net/aspose.page/userproperties/get_property_size/ is_root: false --- @@ -42,7 +42,7 @@ Property value. ```python -def get_property_size(self, key, def): +def get_property_size(self, key, def_value): ... ``` @@ -50,7 +50,7 @@ def get_property_size(self, key, def): | Parameter | Type | Description | | :- | :- | :- | | key | str | The name of property. | -| def | aspose.pydrawing.Size | Default value of property. | +| def_value | aspose.pydrawing.Size | Default value of property. | diff --git a/content/sites/aspose/page/english/python-net/aspose.page/userproperties/get_property_string_array/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/userproperties/get_property_string_array/_index.md index ec29ca7b01d2..51a71603a694 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page/userproperties/get_property_string_array/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page/userproperties/get_property_string_array/_index.md @@ -3,7 +3,7 @@ title: get_property_string_array method second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 100 +weight: 110 url: /python-net/aspose.page/userproperties/get_property_string_array/ is_root: false --- @@ -42,7 +42,7 @@ Property value. ```python -def get_property_string_array(self, key, def): +def get_property_string_array(self, key, def_value): ... ``` @@ -50,7 +50,7 @@ def get_property_string_array(self, key, def): | Parameter | Type | Description | | :- | :- | :- | | key | str | The name of property. | -| def | list | Default value of property. | +| def_value | list | Default value of property. | diff --git a/content/sites/aspose/page/english/python-net/aspose.page/userproperties/is_property/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/userproperties/is_property/_index.md index 138ba17a8abb..06569db6826c 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page/userproperties/is_property/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page/userproperties/is_property/_index.md @@ -3,7 +3,7 @@ title: is_property method second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 110 +weight: 120 url: /python-net/aspose.page/userproperties/is_property/ is_root: false --- @@ -42,7 +42,7 @@ Property value. ```python -def is_property(self, key, def): +def is_property(self, key, def_value): ... ``` @@ -50,7 +50,7 @@ def is_property(self, key, def): | Parameter | Type | Description | | :- | :- | :- | | key | str | The name of property. | -| def | bool | Default value of property. | +| def_value | bool | Default value of property. | diff --git a/content/sites/aspose/page/english/python-net/aspose.page/userproperties/print_properties/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/userproperties/print_properties/_index.md index 6d4f01dcbb12..8ed3e6e9223f 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page/userproperties/print_properties/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page/userproperties/print_properties/_index.md @@ -3,7 +3,7 @@ title: print_properties method second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 120 +weight: 130 url: /python-net/aspose.page/userproperties/print_properties/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page/userproperties/property_names/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/userproperties/property_names/_index.md index 8b1927c4753c..74c3eedc39c9 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page/userproperties/property_names/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page/userproperties/property_names/_index.md @@ -3,7 +3,7 @@ title: property_names method second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 130 +weight: 140 url: /python-net/aspose.page/userproperties/property_names/ is_root: false --- diff --git a/content/sites/aspose/page/english/python-net/aspose.page/userproperties/set_property/_index.md b/content/sites/aspose/page/english/python-net/aspose.page/userproperties/set_property/_index.md index d6cd7cad0df2..ee4cfc39fb1a 100644 --- a/content/sites/aspose/page/english/python-net/aspose.page/userproperties/set_property/_index.md +++ b/content/sites/aspose/page/english/python-net/aspose.page/userproperties/set_property/_index.md @@ -3,7 +3,7 @@ title: set_property method second_title: Aspose.Page for Python via .NET API References description: type: docs -weight: 140 +weight: 150 url: /python-net/aspose.page/userproperties/set_property/ is_root: false --- @@ -238,6 +238,29 @@ def set_property(self, key, value): | value | bool | The value of property. | +## set_property {#str-aspose.pydrawing.drawing2d.Matrix} + +Sets matrix property value. + + +### Returns + + +A property. + + +```python +def set_property(self, key, value): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| key | str | The name of property. | +| value | aspose.pydrawing.drawing2d.Matrix | The value of property. | + + ### See Also * module [`aspose.page`](../../)