LinkEmbedDecision

LinkEmbedDecision enumeration

Determines how object will be processed during saving.

public enum LinkEmbedDecision

Values

NameValueDescription
Link0Object will be stored externally, referrenced by URL
Embed1Object should be embedded to a generated file if possible. If embedding is imposible, GetUrl will be called and, depending on result, object will be referrenced by URL or ignored.
Ignore2Object will be ignored.

See Also