ElementBuilderCreateShading Method |
Create a shading Element.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public Element CreateShading(
Shading sh
)
Public Function CreateShading (
sh As Shading
) As Element
public:
virtual Element^ CreateShading(
[InAttribute] Shading^ sh
) sealed
function CreateShading(sh);
Parameters
- sh
- Type: pdftron.PDFShading
the sh
Return Value
Type:
Element the element
See Also