FoxitPDFSDKforWeb
v10.0.0
Foxit PDF SDK for Web
|
Represents a image object within the Page Editor. More...
Public Member Functions | |
Promise< void > | setProperties (properties:Partial< ImageGraphicObjectProperties >) |
Set properties for the image object. More... | |
Public Attributes | |
string | type = 'image' |
The type of the graphic object, which is always 'image' for image objects. More... | |
Public Attributes inherited from PageGraphicsObject | |
string | type |
The type of the graphic object. It can be one of the following: 'text', 'path', 'image', 'shading'. More... | |
Represents a image object within the Page Editor.
This interface extends PageGraphicsObject and allows you to manipulate and modify image objects within a PDF document.
Promise<void> ImageGraphicObject::setProperties | ( | properties:Partial< ImageGraphicObjectProperties > | ) |
Set properties for the image object.
Use this method to update the properties of the path object. The properties that can be set are defined by ImageGraphicObjectProperties.
properties | Partial<ImageGraphicObjectProperties> - An object containing the updated properties for the image object. |
Implements PageGraphicsObject.
string ImageGraphicObject::type = 'image' |
The type of the graphic object, which is always 'image' for image objects.