public class WordsSignImageOptions extends SignImageOptions
Represents the Image Signature Options for Words Documents.
Constructor and Description |
---|
WordsSignImageOptions()
Initializes a new instance of the WordsSignImageOptions class with default values.
|
WordsSignImageOptions(InputStream imageStream)
Initializes a new instance of the WordsSignImageOptions class with image stream.
|
WordsSignImageOptions(String guid)
Initializes a new instance of the WordsSignImageOptions class with image file GUID.
|
getHeight, getHorizontalAlignment, getImageGuid, getImageHelper, getImageStream, getLeft, getLocationMeasureType, getMargin, getMarginMeasureType, getOpacity, getRectangle, getRotationAngle, getSignAllPages, getSizeMeasureType, getStretch, getTop, getVerticalAlignment, getWidth, setHeight, setHorizontalAlignment, setImageGuid, setImageStream, setLeft, setLocationMeasureType, setMargin, setMarginMeasureType, setOpacity, setRotationAngle, setSignAllPages, setSizeMeasureType, setStretch, setTop, setVerticalAlignment, setWidth, toString
getAppearance, getDocumentPageNumber, getExtensions, getPagesSetup, setAppearance, setDocumentPageNumber, setPagesSetup
public WordsSignImageOptions()
Initializes a new instance of the WordsSignImageOptions class with default values.
public WordsSignImageOptions(InputStream imageStream)
Initializes a new instance of the WordsSignImageOptions class with image stream.
imageStream
- Image stream.public WordsSignImageOptions(String guid)
Initializes a new instance of the WordsSignImageOptions class with image file GUID.
guid
- Image file GUID.Copyright © 2019. All rights reserved.