Foxit PDF SDK
9.1
|
Instance Methods | |
(instancetype) | - initWithToolSettingType: |
Initialization method. More... | |
(instancetype) | - initWithToolSettingType:extensionsManager: |
Initialization method. More... | |
Properties | |
int | attachmentIcon |
Set/Get the stamp icon.Only FSReadToolSettingsTypeAttachments is effective. If it doesn't exist, it will be -1. More... | |
NSString * | distanceUnit |
Set/Get the measure unit.Only FSReadToolSettingsTypeMeasure is effective. If it doesn't exist, it will be nil. More... | |
float | eraserLineWidth |
Set/Get the eraser line width.Only FSReadToolSettingsTypeEraser is effective. If it doesn't exist, it will be -1. More... | |
int | noteIcon |
Set/Get the note icon.Only FSReadToolSettingsTypeNote is effective. If it doesn't exist, it will be -1. More... | |
FSRotation | screenAnnotRotation |
Set/Get the screen rotation.Only FSReadToolSettingsTypeImageAnnotation is effective. If it doesn't exist, it will be FSRotationUnknown. More... | |
unsigned int | settingsColor |
Get the settings color. If it doesn't exist, it will be 0. More... | |
FSReadToolSettingsType | settingsType |
Get the read tool item type. Please refer to {@linkFSReadToolSettingsTypeXXX} and FSReadToolSettingsType values and it would be one of these values.. More... | |
int | stampIcon |
Set/Get the note icon.Only FSReadToolSettingsTypeStamp is effective. If it doesn't exist, it will be -1. More... | |
![]() | |
UIColor * | color |
BOOL | customText |
UIColor * | fillColor |
NSString * | icon |
BOOL | multipleSelection |
CGFloat | opacity |
unsigned int | rotation |
NSString * | scaleFromUnit |
unsigned int | scaleFromValue |
NSString * | scaleToUnit |
unsigned int | scaleToValue |
UIColor * | textColor |
NSString * | textFace |
CGFloat | textSize |
float | thickness |
- (instancetype) initWithToolSettingType: | (FSReadToolSettingsType) | type |
Initialization method.
[in] | type | The read tool item type.Please refer to {@linkFSReadToolSettingsTypeXXX} and FSReadToolSettingsType values and it would be one of these values. |
- (instancetype) initWithToolSettingType: | (FSReadToolSettingsType) | type | |
extensionsManager: | (UIExtensionsManager *) | extensionsManager | |
Initialization method.
[in] | type | The read tool item type.Please refer to {@linkFSReadToolSettingsTypeXXX} and FSReadToolSettingsType values and it would be one of these values. |
[in] | extensionsManager | The current UIExtensionsManager object. The default configuration in UIExtensionsManager will be used. |
|
readwritenonatomicassign |
Set/Get the stamp icon.Only FSReadToolSettingsTypeAttachments is effective. If it doesn't exist, it will be -1.
|
readwritenonatomiccopy |
Set/Get the measure unit.Only FSReadToolSettingsTypeMeasure is effective. If it doesn't exist, it will be nil.
|
readwritenonatomicassign |
Set/Get the eraser line width.Only FSReadToolSettingsTypeEraser is effective. If it doesn't exist, it will be -1.
|
readwritenonatomicassign |
Set/Get the note icon.Only FSReadToolSettingsTypeNote is effective. If it doesn't exist, it will be -1.
|
readwritenonatomicassign |
Set/Get the screen rotation.Only FSReadToolSettingsTypeImageAnnotation is effective. If it doesn't exist, it will be FSRotationUnknown.
|
readnonatomicassign |
Get the settings color. If it doesn't exist, it will be 0.
|
readnonatomicassign |
Get the read tool item type. Please refer to {@linkFSReadToolSettingsTypeXXX} and FSReadToolSettingsType values and it would be one of these values..
|
readwritenonatomicassign |
Set/Get the note icon.Only FSReadToolSettingsTypeStamp is effective. If it doesn't exist, it will be -1.