Skip to content

Hyperlink::Flags property

The Flags property stores the flags describing which fields are valid. This property is used in combination with the DestFit property. See PDF reference for more information.

int Flags { get; }
int getFlags() throws IGRException;
@property
def Flags(self) -> int
int getFlags() const;
[propget] HRESULT Flags([out, retval] int *result);

Return Value

int : Zero or more flags describing which destination properties have a value.

Name Value
IGR_HYPERLINK_FLAGS_CHANGE_LEFT 0x1
IGR_HYPERLINK_FLAGS_CHANGE_TOP 0x2
IGR_HYPERLINK_FLAGS_CHANGE_ZOOM 0x4

See Also