PageParamsCollectionAdd Method
|
Namespace: Teigha.GraphicsSystem
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public int Add(
PageParams value
)
Public Function Add (
value As PageParams
) As Integer
public:
int Add(
PageParams^ value
)
member Add :
value : PageParams -> int
Parameters
- value PageParams
-
Return Value
Int32
See Also