Click or drag to resize

FrameSizeRule Enumeration

Frame size rule.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public enum FrameSizeRule
Members
Member name Value Description
AtLeast 0 Frame's height should be at least the value of the h attribute.
Exact 1 Frame's width or height should be exactly the value of the w or h attribute.
Auto 2 Frame's width or height should be automatically.The w or h value is ignored.
See Also