A constructor. Creates a bookmark from specified SDF::Obj
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax Public Sub New (
b As Obj
)
public:
Bookmark(
[InAttribute] Obj^ b
)
pdftron.PDF.Bookmark = function(b);
Parameters
- b
- Type: pdftron.SDFObj
SDF::Obj object
See Also