Aspose::Pdf::Rectangle::Parse method

Rectangle::Parse method

Try to parse string and extract from it rectangle components llx, lly, urx, ury.

static System::SharedPtr<Rectangle> Aspose::Pdf::Rectangle::Parse(const System::String &value)
ParameterTypeDescription
valueconst System::String&String to parse.

ReturnValue

Rectangle object.

See Also