public static final class PageResolution.PageResolutionOption extends Option implements PageResolution.IPageResolutionItem
Describes the PageResolution
features options.
Constructor and Description |
---|
PageResolutionOption(String optionName,
PageResolution.IPageResolutionOptionItem... items)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
PageResolution.PageResolutionOption |
add(PageResolution.IPageResolutionOptionItem... items)
Adds an array of
IPageResolutionOptionItem instances to the option. |
PageResolution.PageResolutionOption |
setResolutionX(int resolutionX)
Sets a
ResolutionX scored property value. |
PageResolution.PageResolutionOption |
setResolutionY(int resolutionY)
Sets a
ResolutionY scored property value. |
getName
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
public PageResolutionOption(String optionName, PageResolution.IPageResolutionOptionItem... items)
Creates a new instance.
optionName
- An options name.items
- An arbitrary array of IPageResolutionOptionItem
instances.public PageResolution.PageResolutionOption add(PageResolution.IPageResolutionOptionItem... items)
Adds an array of IPageResolutionOptionItem
instances to the option.
items
- An arbitrary array of IPageResolutionOptionItem
instances.public PageResolution.PageResolutionOption setResolutionX(int resolutionX)
Sets a ResolutionX
scored property value.
resolutionX
- A ResolutionX
scored property value.public PageResolution.PageResolutionOption setResolutionY(int resolutionY)
Sets a ResolutionY
scored property value.
resolutionY
- A ResolutionY
scored property value.Copyright © 2022 Aspose. All Rights Reserved.