SetSize

SetSize(SlideSizeType, SlideSizeScaleType)

Sets the type of slide size and scales content using scale type. Assigning any value except Custom will change Size accordingly, but will keep Orientation intact.

public void SetSize(SlideSizeType type, SlideSizeScaleType scaleType)
ParameterTypeDescription
typeSlideSizeTypeSlide size type.
scaleTypeSlideSizeScaleTypeScale type of slide content.

See Also


SetSize(float, float, SlideSizeScaleType)

Sets the size in points and scales content using scale type. Assigning any value will reset Type property to Custom and set Orientation.

public void SetSize(float width, float height, SlideSizeScaleType scaleType)
ParameterTypeDescription
widthSingleWidth.
heightSingleHeight.
scaleTypeSlideSizeScaleTypeScale type of slide content.

See Also