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(System::String value)
ParameterTypeDescription
valueSystem::StringString to parse.

ReturnValue

Rectangle object.

See Also