public class PdfPrinterResolution extends Object
| Constructor and Description |
|---|
PdfPrinterResolution()
Initializes a new instance of the PrinterResolution class.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getKind()
sets the printer resolution.
|
int |
getX()
Gets the horizontal printer resolution, in dots per inch.
|
int |
getY()
Gets the vertical printer resolution, in dots per inch.
|
void |
setKind(int value)
Gets or sets the printer resolution.
|
void |
setX(int value)
Sets the horizontal printer resolution, in dots per inch.
|
void |
setY(int value)
Sets the vertical printer resolution, in dots per inch.
|
public PdfPrinterResolution()
public int getKind()
PdfPrinterResolutionKindpublic void setKind(int value)
value - PdfPrinterResolutionKind elementPdfPrinterResolutionKindpublic int getX()
public void setX(int value)
value - int valuepublic int getY()
public void setY(int value)
value - int valueCopyright © 2025 Aspose. All Rights Reserved.