| Package | Description |
|---|---|
| com.groupdocs.watermark | |
| com.groupdocs.watermark.internal | |
| com.groupdocs.watermark.watermarks |
| Modifier and Type | Method and Description |
|---|---|
abstract SizeD |
Watermark.getSize() |
| Modifier and Type | Method and Description |
|---|---|
SizeD |
SizeD.Clone() |
SizeD |
WatermarkGeometry.getAutoSize()
Gets or sets the actual size of the watermark in content default units of measurement.
|
static SizeD |
Geometry.getBoundingBoxSize(double width,
double height,
double angle)
Returns the size of axis-aligned bounding box for the rectangle with given size and rotate angle.
|
SizeD |
WatermarkGeometry.getDesiredBoundingBoxSize()
Gets the size of axis-aligned bounding box (calculated for
DesiredSize). |
SizeD |
WatermarkGeometry.getDesiredSize()
Gets or sets the final size of the watermark considering all user defined settings.
|
static SizeD |
SpreadsheetPaperSizeConverter.getPaperSize(int sizeType)
Gets paper size in points.
|
static SizeD |
PdfUtils.getSize(com.aspose.pdf.Rectangle originalRectangle,
com.aspose.pdf.Matrix concatenateMatrix)
Gets the size of original rectangle after all scale transformations.
|
static SizeD |
TextWatermarkGeometry.measureString(String text,
Font font,
Thickness padding) |
static SizeD |
TextWatermarkGeometry.measureString(String text,
String fontFamilyName,
float fontSize,
int fontStyle,
Thickness padding) |
| Modifier and Type | Method and Description |
|---|---|
void |
SizeD.CloneTo(SizeD that) |
static boolean |
SizeD.equals(SizeD obj1,
SizeD obj2) |
void |
WatermarkGeometry.setAutoSize(SizeD value)
Gets or sets the actual size of the watermark in content default units of measurement.
|
void |
WatermarkGeometry.setDesiredSize(SizeD value)
Gets or sets the final size of the watermark considering all user defined settings.
|
| Modifier and Type | Method and Description |
|---|---|
SizeD |
ImageWatermark.getSize() |
SizeD |
TextWatermark.getSize() |
Copyright © 2026. All rights reserved.