You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/sites/groupdocs/conversion/english/java/com.groupdocs.conversion.options.convert/ipagemarginconvertoptions/_index.md
+36-36Lines changed: 36 additions & 36 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,103 +17,103 @@ Represents convert options that support page margins
17
17
18
18
| Method | Description |
19
19
| --- | --- |
20
-
|[getMarginTop()](#getMarginTop--)| Gets desired page top margin in pixels after conversion. |
21
-
|[setMarginTop(int marginTop)](#setMarginTop-int-)| Sets desired page top margin in pixels after conversion. |
22
-
|[getMarginBottom()](#getMarginBottom--)| Gets desired page bottom margin in pixels after conversion. |
23
-
|[setMarginBottom(int marginBottom)](#setMarginBottom-int-)| Sets desired page bottom margin in pixels after conversion. |
24
-
|[getMarginLeft()](#getMarginLeft--)| Gets desired page left margin in pixels after conversion. |
25
-
|[setMarginLeft(int marginLeft)](#setMarginLeft-int-)| Sets desired page left margin in pixels after conversion. |
26
-
|[getMarginRight()](#getMarginRight--)| Gets desired page right margin in pixels after conversion. |
27
-
|[setMarginRight(int marginRight)](#setMarginRight-int-)| Sets desired page right margin in pixels after conversion. |
20
+
|[getMarginTop()](#getMarginTop--)| Gets desired page top margin in points after conversion. |
21
+
|[setMarginTop(float marginTop)](#setMarginTop-float-)| Sets desired page top margin in points after conversion. |
22
+
|[getMarginBottom()](#getMarginBottom--)| Gets desired page bottom margin in points after conversion. |
23
+
|[setMarginBottom(float marginBottom)](#setMarginBottom-float-)| Sets desired page bottom margin in points after conversion. |
24
+
|[getMarginLeft()](#getMarginLeft--)| Gets desired page left margin in points after conversion. |
25
+
|[setMarginLeft(float marginLeft)](#setMarginLeft-float-)| Sets desired page left margin in points after conversion. |
26
+
|[getMarginRight()](#getMarginRight--)| Gets desired page right margin in points after conversion. |
27
+
|[setMarginRight(float marginRight)](#setMarginRight-float-)| Sets desired page right margin in points after conversion. |
28
28
### getMarginTop() {#getMarginTop--}
29
29
```
30
-
public abstract int getMarginTop()
30
+
public abstract float getMarginTop()
31
31
```
32
32
33
33
34
-
Gets desired page top margin in pixels after conversion.
34
+
Gets desired page top margin in points after conversion.
Copy file name to clipboardExpand all lines: content/sites/groupdocs/conversion/english/java/com.groupdocs.conversion.options.convert/pdfconvertoptions/_index.md
+36-36Lines changed: 36 additions & 36 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,14 +29,14 @@ Options for conversion to Pdf file type.
29
29
|[setDpi(int value)](#setDpi-int-)| Desired page DPI after conversion. |
30
30
|[getPassword()](#getPassword--)| Set this property if you want to protect the converted document with a password. |
31
31
|[setPassword(String value)](#setPassword-java.lang.String-)| Set this property if you want to protect the converted document with a password. |
32
-
|[getMarginTop()](#getMarginTop--)| Desired page top margin in pixels after conversion. |
33
-
|[setMarginTop(int value)](#setMarginTop-int-)| Desired page top margin in pixels after conversion. |
34
-
|[getMarginBottom()](#getMarginBottom--)| Desired page bottom margin in pixels after conversion. |
35
-
|[setMarginBottom(int value)](#setMarginBottom-int-)| Desired page bottom margin in pixels after conversion. |
36
-
|[getMarginLeft()](#getMarginLeft--)| Desired page left margin in pixels after conversion. |
37
-
|[setMarginLeft(int value)](#setMarginLeft-int-)| Desired page left margin in pixels after conversion. |
38
-
|[getMarginRight()](#getMarginRight--)| Desired page right margin in pixels after conversion. |
39
-
|[setMarginRight(int value)](#setMarginRight-int-)| Desired page right margin in pixels after conversion. |
32
+
|[getMarginTop()](#getMarginTop--)| Desired page top margin in points after conversion. |
33
+
|[setMarginTop(float value)](#setMarginTop-float-)| Desired page top margin in points after conversion. |
34
+
|[getMarginBottom()](#getMarginBottom--)| Desired page bottom margin in points after conversion. |
35
+
|[setMarginBottom(float value)](#setMarginBottom-float-)| Desired page bottom margin in points after conversion. |
36
+
|[getMarginLeft()](#getMarginLeft--)| Desired page left margin in points after conversion. |
37
+
|[setMarginLeft(float value)](#setMarginLeft-float-)| Desired page left margin in points after conversion. |
38
+
|[getMarginRight()](#getMarginRight--)| Desired page right margin in points after conversion. |
39
+
|[setMarginRight(float value)](#setMarginRight-float-)| Desired page right margin in points after conversion. |
40
40
|[getPdfOptions()](#getPdfOptions--)| Pdf specific convert options |
41
41
|[setPdfOptions(PdfOptions value)](#setPdfOptions-com.groupdocs.conversion.options.convert.PdfOptions-)| Pdf specific convert options |
42
42
|[getRotate()](#getRotate--)| Page rotation |
@@ -105,95 +105,95 @@ Set this property if you want to protect the converted document with a password.
105
105
106
106
### getMarginTop() {#getMarginTop--}
107
107
```
108
-
public final int getMarginTop()
108
+
public final float getMarginTop()
109
109
```
110
110
111
111
112
-
Desired page top margin in pixels after conversion.
112
+
Desired page top margin in points after conversion.
0 commit comments