Aspose::Pdf::Annotations::FitVExplicitDestination klass

FitVExplicitDestination class

Representerar en explicit destination som visar sidan med den horisontella koordinaten left placerad vid fönstrets vänstra kant och sidans innehåll förstorat precis tillräckligt för att hela sidans höjd får plats i fönstret. Ett null‑värde för left anger att det aktuella värdet för den parametern ska behållas oförändrat.

class FitVExplicitDestination : public Aspose::Pdf::Annotations::ExplicitDestination

Metoder

MetodBeskrivning
FitVExplicitDestination(const System::SharedPtr<Aspose::Pdf::Page>&, double)Skapar lokal explicit destination.
FitVExplicitDestination(const System::SharedPtr<Document>&, int32_t, double)Skapar fjärr explicit destination.
FitVExplicitDestination(int32_t, double)Skapar fjärr explicit destination.
get_Left()Hämtar den horisontella koordinaten vänster placerad vid fönstrets vänstra kant.
ToString() const overrideKonverterar objektets tillstånd till ett strängvärde. Exempel: “1 FitV 100”.

Se även