ResourceHandlingOptions.MaxHandlingDepth

ResourceHandlingOptions.MaxHandlingDepth property

Gets or sets maximum depth of pages which will be handled. Depth of 1 means that only pages directly referenced from the saved document will be handled. Setting this property to -1 will lead to handling of all pages. Default value is 0.

public int MaxHandlingDepth { get; set; }

See Also