PPGLayout.ViewSize
 
 
 

PPGLayout.ViewSize operator

Introduced

v10 (2012)

Description

Returns the view size, which may (but isn't guaranteed to) be used by the PPG containing the layout to determine the PPG's size, as an Array of Longs. The returned array always contains exactly 2 items: width and height values (in that order).

C# Syntax

// get accessor
Object rtn = PPGLayout.ViewSize;

See Also

PPGLayout.SetViewSize