Hyperlink::DestFit property¶
The DestFit property stores the destination fit type. See PDF Reference for additional details.
int DestFit { get; }
int getDestFit() throws IGRException;
@property
def DestFit(self) -> int
int getDestFit() const;
[propget] HRESULT DestFit([out, retval] int *result);
Return Value¶
int : The destination fit type. One of:
| Name | Value |
|---|---|
| IGR_HYPERLINK_FIT_XYZ | 0 |
| IGR_HYPERLINK_FIT_FIT | 1 |
| IGR_HYPERLINK_FIT_FITH | 2 |
| IGR_HYPERLINK_FIT_FITV | 3 |
| IGR_HYPERLINK_FIT_FITR | 4 |
| IGR_HYPERLINK_FIT_FITB | 5 |
| IGR_HYPERLINK_FIT_FITBH | 6 |
| IGR_HYPERLINK_FIT_FITBV | 7 |